diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /games/xblast/Makefile | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'games/xblast/Makefile')
-rw-r--r-- | games/xblast/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile index 0e6c725a1cd..78cf0fe1467 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2003/02/26 04:07:48 jschauma Exp $ +# $NetBSD: Makefile,v 1.15 2003/03/29 12:41:10 jmmv Exp $ # DISTNAME= xblast-2.6.beta-sound PKGNAME= xblast-2.6b PKGREVISION= 1 -WRKSRC= ${WRKDIR}/XBlast-2.2 +WRKSRC= ${WRKDIR}/XBlast-2.6.beta CATEGORIES= games x11 MASTER_SITES= http://www.ikp.uni-koeln.de/~vogel/archive/ @@ -16,8 +16,6 @@ DEPENDS+= tk>=8.3.2:../../x11/tk USE_IMAKE= yes -WRKSRC= ${WRKDIR}/XBlast-2.6.beta - post-patch: cd ${WRKSRC} ; ${SED} '/file_appl_def/s@/usr/lib/X11@'${PREFIX}'/lib/X11@' defaults.h >xx ; ${MV} xx defaults.h ${TOUCH} ${WRKSRC}/xbsndsrv.man |