diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:32:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:32:17 +0000 |
commit | 5aa5bdafe4c00759989f571dcedb711d708fbfd0 (patch) | |
tree | 883b58eb481c86e6a748a7d115d621431851023d /games/xblast | |
parent | a8fbf965c0c75efeeebdf4be6b67472a3ffd4379 (diff) | |
download | pkgsrc-5aa5bdafe4c00759989f571dcedb711d708fbfd0.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'games/xblast')
-rw-r--r-- | games/xblast/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile index 9deed612e87..0d7476a8522 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/05/16 19:53:06 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/22 12:32:17 agc Exp $ # DISTNAME= xblast-2.2 @@ -13,8 +13,6 @@ 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 |