9765e41589
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge. Always install man pages, not cat pages when using imake. Unify the various imake PLIST variables in preparation for dropping. Adjust xbattbar for the new expectations.
15 lines
347 B
Text
15 lines
347 B
Text
$NetBSD: patch-aa,v 1.3 2012/03/19 12:34:20 joerg Exp $
|
|
|
|
--- Imakefile.orig Sat Dec 5 01:59:29 1998
|
|
+++ Imakefile
|
|
@@ -17,8 +17,8 @@
|
|
XCOMM Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
XCOMM
|
|
|
|
-BINDIR = /usr/local/bin
|
|
-MANDIR = /usr/local/man/cat1
|
|
+BINDIR = ${PREFIX}/bin
|
|
+MANDIR = ${PREFIX}/man/man1
|
|
|
|
LOCAL_LIBRARIES = $(XLIB)
|
|
|