aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-12-01 09:34:11 +0800
committerobrien <obrien@FreeBSD.org>1996-12-01 09:34:11 +0800
commit49a20aeb2c311510be44aad45aafb96037ef173e (patch)
tree15b979e1c18e338b523365f7398a395995d7c2e3 /ftp
parent8efcf00b2e5836ef32baf7637535242a296a8c38 (diff)
downloadfreebsd-ports-gnome-49a20aeb2c311510be44aad45aafb96037ef173e.tar.gz
freebsd-ports-gnome-49a20aeb2c311510be44aad45aafb96037ef173e.tar.zst
freebsd-ports-gnome-49a20aeb2c311510be44aad45aafb96037ef173e.zip
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/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>