diff options
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 84dc3575487..cca3ad90de8 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:49:34 martti Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/26 21:41:15 jmmv Exp $ # DISTNAME= asc-source-1.13.7 PKGNAME= ${DISTNAME:S/-source//} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asc-hq/} |