diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch) | |
tree | d22580c3f5bea1154b95655a82046161cfa9fd35 /misc/vera | |
parent | Update to 990522 release (diff) |
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 'misc/vera')
-rw-r--r-- | misc/vera/Makefile | 5 | ||||
-rw-r--r-- | misc/vera/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
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 <dima@chg.ru> # -# $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 <bsd.port.mk> 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 |