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 /lang/elisp-manual | |
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 'lang/elisp-manual')
-rw-r--r-- | lang/elisp-manual/Makefile | 7 | ||||
-rw-r--r-- | lang/elisp-manual/pkg-plist | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile index 7a59230..5420cf2 100644 --- a/lang/elisp-manual/Makefile +++ b/lang/elisp-manual/Makefile @@ -3,7 +3,7 @@ # Date created: 18 November 1997 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id: Makefile,v 1.2 1998/09/18 21:51:42 vanilla Exp $ +# $Id: Makefile,v 1.3 1999/01/25 12:42:57 kuriyama Exp $ # DISTNAME= elisp-manual-20-2.5 @@ -17,9 +17,4 @@ GNU_CONFIGURE= yes ALL_TARGET= elisp -pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - .include <bsd.port.mk> diff --git a/lang/elisp-manual/pkg-plist b/lang/elisp-manual/pkg-plist index 7a56bee..b867cad 100644 --- a/lang/elisp-manual/pkg-plist +++ b/lang/elisp-manual/pkg-plist @@ -1,4 +1,3 @@ @unexec install-info --delete %D/info/elisp %D/info/dir info/elisp -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/elisp %D/info/dir |