01d8412ee8
On different operating systems, the man page was installed to different places. Bump PKGREVISION since man page now might be in a new place. Simplify patch since now all changes are needed now.
13 lines
446 B
Text
13 lines
446 B
Text
$NetBSD: patch-aa,v 1.2 2005/09/19 16:37:26 reed Exp $
|
|
|
|
--- Imakefile.orig 2005-09-19 16:11:34.342372856 +0000
|
|
+++ Imakefile 2005-09-19 16:11:56.973932336 +0000
|
|
@@ -13,7 +13,7 @@
|
|
#NO_GETDTABSIZE = -DNO_GETDTABSIZE
|
|
|
|
#PROGNAME = $(LIBDIR)$(PATHSEP)xvier_prog
|
|
-PROGNAME = /usr/games/lib/xvier_prog
|
|
+PROGNAME = $(PREFIX)/libexec/xvier_prog
|
|
DEFINES = $(XVIER_ASPECT) $(NO_FD_SET) $(NO_SELECT) \
|
|
$(NO_GETDTABSIZE) -DPROGNAME=\"$(PROGNAME)\"
|
|
|