1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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).
This commit is contained in:
David E. O'Brien 1996-12-01 01:34:11 +00:00
parent 49f337d203
commit 632d90b25a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4739
2 changed files with 8 additions and 14 deletions

View File

@ -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>

View File

@ -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>