diff options
author | dillo <dillo@pkgsrc.org> | 2004-10-12 20:38:09 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2004-10-12 20:38:09 +0000 |
commit | 59a2fdf66b8bf1748af0a121ae86eb91dfdd85ba (patch) | |
tree | f1a413abc65ffeb8a13c9ca64f855a3df070bc82 | |
parent | 475161fa05c2c1f77856b3d93329fe0b8956717b (diff) | |
download | pkgsrc-59a2fdf66b8bf1748af0a121ae86eb91dfdd85ba.tar.gz |
Add trailing slash to MASTER_SITE, and add DIST_SUBDIR since distfile
name hasn't changed since last version. Both noted in PR 27238 by
Robert Elz, thanks.
-rw-r--r-- | games/tads/Makefile | 7 | ||||
-rw-r--r-- | games/tads/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games/tads/Makefile b/games/tads/Makefile index 8ec90920b76..9173fff79a9 100644 --- a/games/tads/Makefile +++ b/games/tads/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2004/10/08 23:14:37 mycroft Exp $ +# $NetBSD: Makefile,v 1.8 2004/10/12 20:38:09 dillo Exp $ # DISTNAME= tads23-unix PKGNAME= tads-3.0.7 CATEGORIES= games -MASTER_SITES= http://www.tads.org/t3dl +MASTER_SITES= http://www.tads.org/t3dl/ MAINTAINER= dillo@NetBSD.org HOMEPAGE= http://www.tads.org/ @@ -13,6 +13,7 @@ COMMENT= TADS compiler and interpreter # for other OSs, enable appropriate Makefile sections ONLY_FOR_PLATFORM= NetBSD-*-* +DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/tads-3.0.7 USE_BUILDLINK3= yes NO_CONFIGURE= yes @@ -20,7 +21,7 @@ BUILD_DIRS= ${WRKSRC}/tads2 ${WRKSRC}/tads3 USE_LANGUAGES= c c++ post-extract: - rm ${WRKSRC}/tads3/BSD/wchar.h + ${RM} ${WRKSRC}/tads3/BSD/wchar.h .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/tads/distinfo b/games/tads/distinfo index 3dee7e4d0b9..ba2beacbb88 100644 --- a/games/tads/distinfo +++ b/games/tads/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2004/10/08 23:14:37 mycroft Exp $ +$NetBSD: distinfo,v 1.4 2004/10/12 20:38:09 dillo Exp $ -SHA1 (tads23-unix.tar.gz) = e81990782e82dc3c13ca5eedd22549201a92d096 -Size (tads23-unix.tar.gz) = 4029029 bytes +SHA1 (tads-3.0.7/tads23-unix.tar.gz) = e81990782e82dc3c13ca5eedd22549201a92d096 +Size (tads-3.0.7/tads23-unix.tar.gz) = 4029029 bytes SHA1 (patch-aa) = 45736a7c22777206a89f1381cf7fe130ee0897ad SHA1 (patch-ab) = b8e48ff15ef5fa1834c98a5bcc6df3d732dfe062 SHA1 (patch-ac) = f2292dda74a8986ffc85794a2f8c04683ebb42f7 |