diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-01 01:34:11 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-01 01:34:11 +0000 |
commit | 49a20aeb2c311510be44aad45aafb96037ef173e (patch) | |
tree | 15b979e1c18e338b523365f7398a395995d7c2e3 /ftp | |
parent | 8efcf00b2e5836ef32baf7637535242a296a8c38 (diff) | |
download | FreeBSD-ports-49a20aeb2c311510be44aad45aafb96037ef173e.zip FreeBSD-ports-49a20aeb2c311510be44aad45aafb96037ef173e.tar.gz |
Things in pre-install target are already handled by mtree.
Compression of manpages should be dealt with in the FreeBSD port Makefile,
not by patching the dist Makefile. (more obvious to those looking at the
port).
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wu-ftpd+ipv6/Makefile | 11 | ||||
-rw-r--r-- | ftp/wu-ftpd/Makefile | 11 |
2 files changed, 8 insertions, 14 deletions
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index f34d7c1..078be52 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.7 1996/11/18 11:37:07 asami Exp $ +# $Id: Makefile,v 1.8 1996/12/01 01:23:20 obrien Exp $ # DISTNAME= wu-ftpd-2.4 @@ -14,11 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= torstenb@FreeBSD.org -pre-install: - @${MKDIR} ${PREFIX}/bin - @${MKDIR} ${PREFIX}/etc - @${MKDIR} ${PREFIX}/man/man1 - @${MKDIR} ${PREFIX}/man/man5 - @${MKDIR} ${PREFIX}/man/man8 +MAN1= ftpcount.1 ftpwho.1 +MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 +MAN8= ftpd.8 ftpshut.8 .include <bsd.port.mk> diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index f34d7c1..078be52 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.7 1996/11/18 11:37:07 asami Exp $ +# $Id: Makefile,v 1.8 1996/12/01 01:23:20 obrien Exp $ # DISTNAME= wu-ftpd-2.4 @@ -14,11 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= torstenb@FreeBSD.org -pre-install: - @${MKDIR} ${PREFIX}/bin - @${MKDIR} ${PREFIX}/etc - @${MKDIR} ${PREFIX}/man/man1 - @${MKDIR} ${PREFIX}/man/man5 - @${MKDIR} ${PREFIX}/man/man8 +MAN1= ftpcount.1 ftpwho.1 +MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 +MAN8= ftpd.8 ftpshut.8 .include <bsd.port.mk> |