diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-05-16 19:53:06 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-05-16 19:53:06 +0000 |
commit | 48c35eeb99ed28ae571fce9d3155b5a8a7e91602 (patch) | |
tree | e88a89f13f6d64a2d70f47c0b569b45a9de80e91 /games/xblast | |
parent | 5f3fa3a5767eda5e79143e47097bad1ccb2dbcea (diff) | |
download | pkgsrc-48c35eeb99ed28ae571fce9d3155b5a8a7e91602.tar.gz |
Add missing CAT1=xblast.0.
Diffstat (limited to 'games/xblast')
-rw-r--r-- | games/xblast/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile index c4ea5363757..9deed612e87 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/04/15 10:38:24 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/05/16 19:53:06 frueauf Exp $ # DISTNAME= xblast-2.2 @@ -13,6 +13,8 @@ MAINTAINER= root@garbled.futureone.com USE_IMAKE= yes +CAT1= xblast.0 + post-patch: cd ${WRKSRC} ; ${SED} '/file_appl_def/s@/usr/lib/X11@'${PREFIX}'/lib/X11@' defaults.h >xx ; ${MV} xx defaults.h |