diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | d27edf52986a3f634e493451ba0a43f64be2cfc2 (patch) | |
tree | c93047466dbf9daea5ade970b9464515c4feac22 /games/xconq | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz |
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Diffstat (limited to 'games/xconq')
-rw-r--r-- | games/xconq/Makefile | 5 | ||||
-rw-r--r-- | games/xconq/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index a8ac9e4..2d94a2a 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jun 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id: Makefile,v 1.6 1998/09/28 02:17:56 steve Exp $ +# $Id: Makefile,v 1.7 1998/10/01 06:09:56 steve Exp $ # DISTNAME= xconq-7.2.2 @@ -29,9 +29,6 @@ post-install: strip ${PREFIX}/bin/${file} .endfor cd ${WRKSRC}/doc && make install-info - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi .for info in xconq xcdesign install-info ${PREFIX}/info/${info}.info ${PREFIX}/info/dir .endfor diff --git a/games/xconq/pkg-plist b/games/xconq/pkg-plist index f12611e..fe13437 100644 --- a/games/xconq/pkg-plist +++ b/games/xconq/pkg-plist @@ -171,7 +171,6 @@ info/xconq.info-2 info/xconq.info-3 info/xconq.info-4 info/xconq.info-5 -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/xcdesign.info %D/info/dir @exec install-info %D/info/xconq.info %D/info/dir @dirrm lib/xconqdir/lib |