diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-06 06:32:11 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-06 06:32:11 +0800 |
commit | d27edf52986a3f634e493451ba0a43f64be2cfc2 (patch) | |
tree | c93047466dbf9daea5ade970b9464515c4feac22 /lang/gcl | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.zst freebsd-ports-gnome-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip |
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/gcl')
-rw-r--r-- | lang/gcl/Makefile | 5 | ||||
-rw-r--r-- | lang/gcl/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index a0303751ff0f..682e2753a942 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Feb 8 01:49:11 1995 # Whom: hsu # -# $Id: Makefile,v 1.11 1998/10/14 01:17:50 jseger Exp $ +# $Id: Makefile,v 1.12 1999/01/27 07:41:20 fenner Exp $ # DISTNAME= gcl-2.2.2 @@ -23,9 +23,6 @@ pre-build: post-install: ${INSTALL_DATA} ${WRKSRC}/info/gcl-si.info ${PREFIX}/info - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi @install-info ${PREFIX}/info/gcl-si.info ${PREFIX}/info/dir .include <bsd.port.mk> diff --git a/lang/gcl/pkg-plist b/lang/gcl/pkg-plist index a8923ff43e14..b6690aa890c2 100644 --- a/lang/gcl/pkg-plist +++ b/lang/gcl/pkg-plist @@ -2,7 +2,6 @@ bin/gcl bin/gcl.exe @unexec install-info --delete %D/info/gcl-si.info %D/info/dir info/gcl-si.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/gcl-si.info %D/info/dir lib/gcl-2.2.2/cmpnew/collectfn.o lib/gcl-2.2.2/lsp/gprof.lsp |