From 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 5 Jun 1999 22:32:11 +0000 Subject: 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. --- misc/vera/Makefile | 5 +---- misc/vera/pkg-plist | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'misc/vera') diff --git a/misc/vera/Makefile b/misc/vera/Makefile index bf8c3f886587..64c6ac9f8575 100644 --- a/misc/vera/Makefile +++ b/misc/vera/Makefile @@ -3,7 +3,7 @@ # Date created: 9 March 1999 # Whom: Dima Sivachenko # -# $Id$ +# $Id: Makefile,v 1.2 1999/04/30 07:55:34 taoka Exp $ # DISTNAME= vera-1.5 @@ -20,9 +20,6 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/vera.info* ${PREFIX}/info post-install: - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi @ install-info ${PREFIX}/info/vera.info ${PREFIX}/info/dir .include diff --git a/misc/vera/pkg-plist b/misc/vera/pkg-plist index 274bcd9661cb..74008928fcb9 100644 --- a/misc/vera/pkg-plist +++ b/misc/vera/pkg-plist @@ -11,5 +11,4 @@ info/vera.info-8 info/vera.info-9 info/vera.info-10 info/vera.info-11 -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/vera.info %D/info/dir -- cgit v1.2.3