diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-03-27 18:08:40 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-03-27 18:08:40 +0000 |
commit | 61105934cff0bd7b7e8b7f8410f2c397ac12661e (patch) | |
tree | 5dc5d3d3f6a32255ac4210f448a331057f4c3163 /games | |
parent | f650851376f9e0aa664572d4ea513ad090f1dfa7 (diff) | |
download | pkgsrc-61105934cff0bd7b7e8b7f8410f2c397ac12661e.tar.gz |
Remove a hardcoded PREFIX=/usr/local so that all files are installed
in the correct pkgsrc PREFIX.
Diffstat (limited to 'games')
-rw-r--r-- | games/tads/distinfo | 4 | ||||
-rw-r--r-- | games/tads/patches/patch-aa | 19 |
2 files changed, 16 insertions, 7 deletions
diff --git a/games/tads/distinfo b/games/tads/distinfo index 9f2769f3ca6..4f9f39a0186 100644 --- a/games/tads/distinfo +++ b/games/tads/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2005/03/22 20:02:11 dillo Exp $ +$NetBSD: distinfo,v 1.7 2005/03/27 18:08:40 kristerw Exp $ SHA1 (tads-3.0.8/tads23-unix.tar.gz) = 77d5180dca1651dbd61b24a5704bb238aa66320e RMD160 (tads-3.0.8/tads23-unix.tar.gz) = 9ad1776477502b4e220ca93cd1ff52707a3c36f4 Size (tads-3.0.8/tads23-unix.tar.gz) = 4072600 bytes -SHA1 (patch-aa) = feaf4e03e097f44b7831d85219745cac6c403051 +SHA1 (patch-aa) = 02a8c913620c91669aea2c2e0f072844ab535ff4 SHA1 (patch-ab) = b8e48ff15ef5fa1834c98a5bcc6df3d732dfe062 SHA1 (patch-ac) = 67271de4c54c49a7e3c3d37950ee0fd134abf7da diff --git a/games/tads/patches/patch-aa b/games/tads/patches/patch-aa index 5ec275f6334..08c3e7c1c28 100644 --- a/games/tads/patches/patch-aa +++ b/games/tads/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.3 2005/03/22 20:02:11 dillo Exp $ +$NetBSD: patch-aa,v 1.4 2005/03/27 18:08:40 kristerw Exp $ ---- tads2/Makefile.orig 2004-11-05 14:34:49.000000000 +0100 -+++ tads2/Makefile -@@ -278,16 +278,18 @@ MATT=Matt Herberg <meherberg@earthlink.n +--- tads2/Makefile.orig Fri Nov 5 14:34:49 2004 ++++ tads2/Makefile Sun Mar 27 19:52:59 2005 +@@ -56,7 +56,7 @@ + # + # DATADIR is where the TADS 2 development libraries (adv.t, std.t and + # gameinfo.t) will get installed. +-PREFIX=/usr/local ++#PREFIX=/usr/local + BINDIR=$(PREFIX)/bin + DATADIR=$(PREFIX)/share/tads2 + +@@ -278,16 +278,18 @@ # No testing has been done on pre 1.5 or a.out systems # HAVE_TPARM is set in osunixt.h # @@ -31,7 +40,7 @@ $NetBSD: patch-aa,v 1.3 2005/03/22 20:02:11 dillo Exp $ # # i386+ running DOS/Windows, using DJGPP 2.X -@@ -382,10 +384,14 @@ TDBOBJS= $(DBGOBJS) osgen.o osunixt.o tp +@@ -382,10 +384,14 @@ all: tadsr tadsc tdb install: all |