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 /lang/cim | |
parent | defb095decee8e3dde8b4102faa6e782be7704c2 (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.
Notes
Notes:
svn path=/head/; revision=19223
Diffstat (limited to 'lang/cim')
-rw-r--r-- | lang/cim/Makefile | 7 | ||||
-rw-r--r-- | lang/cim/pkg-plist | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile index 1d66b84418f4..23780a49ddb3 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -3,7 +3,7 @@ # Date created: 21 Sept 1996 # Whom: giffunip # -# $Id: Makefile,v 1.7 1998/10/13 23:51:41 jseger Exp $ +# $Id: Makefile,v 1.8 1999/03/15 01:22:57 steve Exp $ # DISTNAME= cim-3.29 @@ -18,9 +18,4 @@ MAINTAINER= ports@FreeBSD.ORG GNU_CONFIGURE= yes MAN1= cim.1 -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/cim/pkg-plist b/lang/cim/pkg-plist index 15f7efc6c715..a28f63d49442 100644 --- a/lang/cim/pkg-plist +++ b/lang/cim/pkg-plist @@ -12,5 +12,4 @@ lib/libcim.so.3 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @unexec install-info --delete %D/info/cim.info %D/info/dir info/cim.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/cim.info %D/info/dir |