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 /devel/autoconf257 | |
parent | defb095decee8e3dde8b4102faa6e782be7704c2 (diff) | |
download | ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.tar.gz ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.zip |
Notes
Diffstat (limited to 'devel/autoconf257')
-rw-r--r-- | devel/autoconf257/Makefile | 5 | ||||
-rw-r--r-- | devel/autoconf257/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/devel/autoconf257/Makefile b/devel/autoconf257/Makefile index d5ebb8d877f6..7e2d8c2b60a1 100644 --- a/devel/autoconf257/Makefile +++ b/devel/autoconf257/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/autoconf257/pkg-plist b/devel/autoconf257/pkg-plist index 233bb347b661..da3d5de5423d 100644 --- a/devel/autoconf257/pkg-plist +++ b/devel/autoconf257/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 |