mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 14:56:21 -04:00
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
$NetBSD: patch-aa,v 1.4 2011/12/12 16:26:37 dholland Exp $
|
|
|
|
Configure for pkgsrc.
|
|
|
|
--- Makefile.in.orig 2007-10-17 20:00:47.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -7,7 +7,7 @@ mandir = @mandir@
|
|
infodir = @infodir@
|
|
|
|
BINDIR = $(bindir)
|
|
-GAMEDIR = $(exec_prefix)/games
|
|
+GAMEDIR = $(exec_prefix)/bin
|
|
DATADIR = $(datadir)/games/liquidwar
|
|
PIXDIR = $(datadir)/pixmaps
|
|
DOCDIR = $(datadir)/doc/liquidwar
|
|
@@ -15,8 +15,8 @@ DESKTOPDIR = $(datadir)/applic
|
|
# We don't use the autoconf default mandir=$(prefix)/man man
|
|
# directory since the FHS (File Hierarchy Standard recommends
|
|
# to place man pages in $(datadir)/man (ie /usr/share/man).
|
|
-# MANDIR = $(mandir)/man6
|
|
-MANDIR = $(datadir)/man/man6
|
|
+MANDIR = $(mandir)/man6
|
|
+#MANDIR = $(datadir)/man/man6
|
|
# We don't use the autoconf default infodir=$(prefix)/info info
|
|
# directory since the FHS (File Hierarchy Standard recommends
|
|
# to place info pages in $(datadir)/info (ie /usr/share/info).
|
|
@@ -94,7 +94,7 @@ build_data:
|
|
build_doc:
|
|
@$(GMAKE) -C $(MAKE_DOC_DIR)
|
|
|
|
-install: install_link install_nolink
|
|
+install: install_nolink
|
|
|
|
# the install_nolink is for distribs where $(prefix)/games is in the PATH,
|
|
# for instance Debian, where a link in $(prefix)/bin is pretty much useless
|