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 /ftp | |
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 'ftp')
-rw-r--r-- | ftp/cftp/Makefile | 7 | ||||
-rw-r--r-- | ftp/cftp/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/wget-devel/Makefile | 5 | ||||
-rw-r--r-- | ftp/wget-devel/pkg-plist | 1 | ||||
-rw-r--r-- | ftp/wget/Makefile | 5 | ||||
-rw-r--r-- | ftp/wget/pkg-plist | 1 |
6 files changed, 3 insertions, 17 deletions
diff --git a/ftp/cftp/Makefile b/ftp/cftp/Makefile index 99a0b4e..e031073 100644 --- a/ftp/cftp/Makefile +++ b/ftp/cftp/Makefile @@ -3,7 +3,7 @@ # Date created: 14 October 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1998/05/14 07:27:51 tg Exp $ +# $Id: Makefile,v 1.2 1999/04/05 23:44:25 jseger Exp $ # DISTNAME= cftp-0.9.3 @@ -14,11 +14,6 @@ MAINTAINER= andy@icc.surw.chel.su GNU_CONFIGURE= yes -pre-install: - @if [ -f /usr/share/info/dir ] && [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/cftp diff --git a/ftp/cftp/pkg-plist b/ftp/cftp/pkg-plist index 6ce18f0..0c60415 100644 --- a/ftp/cftp/pkg-plist +++ b/ftp/cftp/pkg-plist @@ -1,7 +1,6 @@ bin/cftp @unexec install-info --delete %D/info/cftp.info %D/info/dir info/cftp.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/cftp.info %D/info/dir share/doc/cftp/AUTHORS share/doc/cftp/ChangeLog diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index 3f428ac..155404c 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 31 December 1996 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.12 1999/03/20 17:18:04 nectar Exp $ +# $Id: Makefile,v 1.13 1999/05/01 02:31:46 steve Exp $ # DISTNAME= wget-1.5.3 @@ -24,9 +24,6 @@ GNU_CONFIGURE= yes INFOFILES= wget.info post-install: - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi .for i in ${INFOFILES} install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir .endfor diff --git a/ftp/wget-devel/pkg-plist b/ftp/wget-devel/pkg-plist index 8acca37..9d7f52b 100644 --- a/ftp/wget-devel/pkg-plist +++ b/ftp/wget-devel/pkg-plist @@ -5,5 +5,4 @@ info/wget.info info/wget.info-1 info/wget.info-2 info/wget.info-3 -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/wget.info %D/info/dir diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 3f428ac..155404c 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -3,7 +3,7 @@ # Date created: 31 December 1996 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.12 1999/03/20 17:18:04 nectar Exp $ +# $Id: Makefile,v 1.13 1999/05/01 02:31:46 steve Exp $ # DISTNAME= wget-1.5.3 @@ -24,9 +24,6 @@ GNU_CONFIGURE= yes INFOFILES= wget.info post-install: - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi .for i in ${INFOFILES} install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir .endfor diff --git a/ftp/wget/pkg-plist b/ftp/wget/pkg-plist index 8acca37..9d7f52b 100644 --- a/ftp/wget/pkg-plist +++ b/ftp/wget/pkg-plist @@ -5,5 +5,4 @@ info/wget.info info/wget.info-1 info/wget.info-2 info/wget.info-3 -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/wget.info %D/info/dir |