summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:34:11 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:34:11 +0000
commit632d90b25a206dac8356764b62224a255fc66d04 (patch)
tree8f7432629edb8209067cf7200da47df9264930a5 /ftp
parentGeneral Makefile cleanup (diff)
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).
Notes
Notes: svn path=/head/; revision=4739
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wu-ftpd+ipv6/Makefile11
-rw-r--r--ftp/wu-ftpd/Makefile11
2 files changed, 8 insertions, 14 deletions
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile
index f34d7c19038d..078be5289b1a 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 f34d7c19038d..078be5289b1a 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>