summaryrefslogtreecommitdiff
path: root/games/spellcast/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-14 20:51:23 +0000
committerjoerg <joerg>2010-02-14 20:51:23 +0000
commitc27b07a733f4f57c3bdb0503c4ee0a6622cb9c85 (patch)
treee43e532283452ff450c507d4009e47781ac897cc /games/spellcast/patches
parent81e683d1bb5639ac63d397a429a0e7962a5eddf6 (diff)
downloadpkgsrc-c27b07a733f4f57c3bdb0503c4ee0a6622cb9c85.tar.gz
DESTDIR support
Diffstat (limited to 'games/spellcast/patches')
-rw-r--r--games/spellcast/patches/patch-aa12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/spellcast/patches/patch-aa b/games/spellcast/patches/patch-aa
index 8ed94aa1c19..0c4c6ea6543 100644
--- a/games/spellcast/patches/patch-aa
+++ b/games/spellcast/patches/patch-aa
@@ -1,16 +1,16 @@
-$NetBSD: patch-aa,v 1.1 1998/08/07 11:54:29 frueauf Exp $
+$NetBSD: patch-aa,v 1.2 2010/02/14 21:03:19 joerg Exp $
--- Makefile.orig Fri Aug 7 04:21:15 1998
+++ Makefile Fri Aug 7 04:24:19 1998
-@@ -15,6 +15,6 @@
+@@ -15,6 +15,5 @@
# spell list postscript file are installed. Change them to whatever is appropriate.
-DESTDIR=/afs/andrew.cmu.edu/usr0/games
-DESTBIN=$(DESTDIR)/bin/.unpriv/@sys
-+DESTDIR=$(PREFIX)
-+DESTBIN=$(DESTDIR)/bin
- DESTMAN=$(DESTDIR)/man/man6
+-DESTMAN=$(DESTDIR)/man/man6
-DESTLIB=$(DESTDIR)/lib/spellcast
-+DESTLIB=$(DESTDIR)/share/doc/spellcast
++DESTBIN=$(DESTDIR)${PREFIX}/bin
++DESTMAN=$(DESTDIR)${PREFIX}/${PKGMANDIR}/man6
++DESTLIB=$(DESTDIR)${PREFIX}/share/doc/spellcast
@@ -24,7 +24,7 @@