aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf213
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
commit5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch)
treed22580c3f5bea1154b95655a82046161cfa9fd35 /devel/autoconf213
parentdefb095decee8e3dde8b4102faa6e782be7704c2 (diff)
downloadports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.tar.gz
ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.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.
Notes
Notes: svn path=/head/; revision=19223
Diffstat (limited to 'devel/autoconf213')
-rw-r--r--devel/autoconf213/Makefile5
-rw-r--r--devel/autoconf213/pkg-plist1
2 files changed, 1 insertions, 5 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile
index d5ebb8d877f6..7e2d8c2b60a1 100644
--- a/devel/autoconf213/Makefile
+++ b/devel/autoconf213/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.16 1999/01/26 01:54:49 steve Exp $
+# $Id: Makefile,v 1.17 1999/02/11 12:04:27 obrien Exp $
#
DISTNAME= autoconf-2.13
@@ -20,9 +20,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= M4=${PREFIX}/bin/gm4
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/autoconf.info ${PREFIX}/info/dir
@install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
diff --git a/devel/autoconf213/pkg-plist b/devel/autoconf213/pkg-plist
index 233bb347b661..da3d5de5423d 100644
--- a/devel/autoconf213/pkg-plist
+++ b/devel/autoconf213/pkg-plist
@@ -8,7 +8,6 @@ bin/ifnames
@unexec install-info --delete %D/info/standards.info %D/info/dir
info/autoconf.info
info/standards.info
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/autoconf.info %D/info/dir
@exec install-info %D/info/standards.info %D/info/dir
share/autoconf/acconfig.h