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/cftp/Makefile | |
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/cftp/Makefile')
-rw-r--r-- | ftp/cftp/Makefile | 7 |
1 files changed, 1 insertions, 6 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 |