diff options
Diffstat (limited to 'games/asc/Makefile')
-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 9b0224d494a..aee7b8e40b2 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/08/31 11:13:32 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/08 14:41:39 wiz Exp $ # DISTNAME= asc-source-1.13.8.0 PKGNAME= ${DISTNAME:S/-source//} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asc-hq/} |