summaryrefslogtreecommitdiff
path: root/games/tads/Makefile
diff options
context:
space:
mode:
authordillo <dillo>2004-10-12 20:38:09 +0000
committerdillo <dillo>2004-10-12 20:38:09 +0000
commit84bd36a5525572a0e054e26f894acf1303e082ac (patch)
treef1a413abc65ffeb8a13c9ca64f855a3df070bc82 /games/tads/Makefile
parent5ae181701c4826cc49a625e231ed16bf325fea5b (diff)
downloadpkgsrc-84bd36a5525572a0e054e26f894acf1303e082ac.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.
Diffstat (limited to 'games/tads/Makefile')
-rw-r--r--games/tads/Makefile7
1 files changed, 4 insertions, 3 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"