forked from Lainports/freebsd-ports
lineak is a utility designed to enable the use and configuration of those special keys on Internet, Easy Access and Multimedia keyboards in Linux (and other unices, like now FreeBSD). I use this port for about 6-8 months and it seems to work without much problems. I was asked from several people if I finished the port, so I thought it would be the best to include it in the official ports tree. PR: ports/52158 Submitted by: Kay Lehmann <kay_lehmann@web.de>
28 lines
920 B
Text
28 lines
920 B
Text
--- Makefile.orig Thu May 15 16:09:02 2003
|
|
+++ Makefile Thu May 15 16:10:10 2003
|
|
@@ -83,14 +83,14 @@
|
|
LTLIBINTL =
|
|
MKINSTALLDIRS = ./mkinstalldirs
|
|
NO_PREFIX_PACKAGE_DATA_DIR = share/lineakd
|
|
-NO_PREFIX_PACKAGE_DOC_DIR = doc/lineakd
|
|
+NO_PREFIX_PACKAGE_DOC_DIR = share/doc/lineakd
|
|
NO_PREFIX_PACKAGE_HELP_DIR = share/lineakd/help
|
|
NO_PREFIX_PACKAGE_MENU_DIR = share/lineakd
|
|
NO_PREFIX_PACKAGE_PIXMAPS_DIR = share/lineakd/pixmaps
|
|
OBJEXT = o
|
|
PACKAGE = lineakd
|
|
PACKAGE_DATA_DIR = /usr/local/share/lineakd
|
|
-PACKAGE_DOC_DIR = /usr/local/doc/lineakd
|
|
+PACKAGE_DOC_DIR = /usr/local/share/doc/lineakd
|
|
PACKAGE_HELP_DIR = /usr/local/share/lineakd/help
|
|
PACKAGE_MENU_DIR = /usr/local/share/lineakd
|
|
PACKAGE_PIXMAPS_DIR = /usr/local/share/lineakd/pixmaps
|
|
@@ -112,7 +112,7 @@
|
|
|
|
SUBDIRS = intl po src
|
|
|
|
-lineakddocdir = ${prefix}/doc/lineakd
|
|
+lineakddocdir = ${prefix}/share/doc/lineakd
|
|
lineakddoc_DATA = \
|
|
README\
|
|
COPYING\
|