diff options
author | kristerw <kristerw> | 2004-10-10 11:47:00 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-10-10 11:47:00 +0000 |
commit | aa9fe8f4866ba9cbe149aece9e3a824b778745ec (patch) | |
tree | 8cd0e78a3595e18920b4df2d006a9c744f6fc32d /games | |
parent | f17eb23bd83cd59161e9ae76854a3f26083db705 (diff) | |
download | pkgsrc-aa9fe8f4866ba9cbe149aece9e3a824b778745ec.tar.gz |
Correct WRKSRC after PKGVERSION bump.
Diffstat (limited to 'games')
-rw-r--r-- | games/urban/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/urban/Makefile b/games/urban/Makefile index d6d7185bf19..f4e310fd897 100644 --- a/games/urban/Makefile +++ b/games/urban/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:47 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/10/10 11:47:00 kristerw Exp $ # DISTNAME= ${DISTFILES} @@ -15,7 +15,7 @@ COMMENT= U.R.B.A.N The Cyborg Project USE_BUILDLINK3= yes USE_X11= yes GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} post-install: cd ${WRKDIR} && ${PAX} -rwppm snd ${PREFIX}/share/urban |