diff --git a/games/tads/Makefile b/games/tads/Makefile index e680ec2ca64d..6cf69796a236 100644 --- a/games/tads/Makefile +++ b/games/tads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/10/01 21:04:14 dillo Exp $ +# $NetBSD: Makefile,v 1.12 2010/05/29 14:31:23 dillo Exp $ # DISTNAME= tads23-unix @@ -14,6 +14,8 @@ COMMENT= TADS compiler and interpreter # for other OSs, enable appropriate Makefile sections ONLY_FOR_PLATFORM= NetBSD-*-* +PKG_DESTDIR_SUPPORT= user-destdir + DIST_SUBDIR= ${PKGNAME_NOREV}-1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} NO_CONFIGURE= yes diff --git a/games/tads/distinfo b/games/tads/distinfo index d596cf2557eb..f993ec6d7896 100644 --- a/games/tads/distinfo +++ b/games/tads/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2006/10/01 21:04:14 dillo Exp $ +$NetBSD: distinfo,v 1.9 2010/05/29 14:31:23 dillo Exp $ SHA1 (tads-3.0.8-1/tads23-unix.tar.gz) = 2bd4c64fd090d880b98a8a590d48482d4dfcb67b RMD160 (tads-3.0.8-1/tads23-unix.tar.gz) = 8f83f60d01fb8549fa38adcc48fa04c92fba5250 Size (tads-3.0.8-1/tads23-unix.tar.gz) = 4122345 bytes -SHA1 (patch-aa) = 02a8c913620c91669aea2c2e0f072844ab535ff4 +SHA1 (patch-aa) = 8d53351305a435d3c2c5d0c1c7f60ed9cbdd7018 SHA1 (patch-ab) = b8e48ff15ef5fa1834c98a5bcc6df3d732dfe062 -SHA1 (patch-ac) = 67271de4c54c49a7e3c3d37950ee0fd134abf7da +SHA1 (patch-ac) = 2c05036ff65316699533471d3cbe275e33a100b3 diff --git a/games/tads/patches/patch-aa b/games/tads/patches/patch-aa index 08c3e7c1c286..a645fed10824 100644 --- a/games/tads/patches/patch-aa +++ b/games/tads/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2005/03/27 18:08:40 kristerw Exp $ +$NetBSD: patch-aa,v 1.5 2010/05/29 14:31:23 dillo Exp $ ---- tads2/Makefile.orig Fri Nov 5 14:34:49 2004 -+++ tads2/Makefile Sun Mar 27 19:52:59 2005 +--- tads2/Makefile.orig 2004-11-05 13:34:49.000000000 +0000 ++++ tads2/Makefile @@ -56,7 +56,7 @@ # # DATADIR is where the TADS 2 development libraries (adv.t, std.t and @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.4 2005/03/27 18:08:40 kristerw Exp $ BINDIR=$(PREFIX)/bin DATADIR=$(PREFIX)/share/tads2 -@@ -278,16 +278,18 @@ +@@ -278,16 +278,18 @@ MATT=Matt Herberg