Portlint.

This commit is contained in:
Satoshi Asami 1999-02-10 20:14:53 +00:00
parent 7591552dfa
commit d1bc3f0d8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16593
2 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
# Date created: 18 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.19 1999/01/13 03:37:28 scrappy Exp $
# $Id: Makefile,v 1.20 1999/02/10 12:48:04 ache Exp $
#
# REMINDER: to use ftpaccess(5) you need to specify -a in command line,
# it is changed from previous versions
@ -13,9 +13,6 @@ PKGNAME= wu-ftpd-2.4.2b18vr13
CATEGORIES= net
MASTER_SITES= ftp://ftp.vr.net/pub/wu-ftpd/
do-build:
cd ${WRKSRC} && ./build fbs
MAINTAINER= ache@FreeBSD.org
Y2K= http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html#QA31
@ -24,4 +21,7 @@ MAN1= ftpcount.1 ftpwho.1
MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5
MAN8= ftpd.8 ftpshut.8
do-build:
cd ${WRKSRC} && ./build fbs
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 18 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.19 1999/01/13 03:37:28 scrappy Exp $
# $Id: Makefile,v 1.20 1999/02/10 12:48:04 ache Exp $
#
# REMINDER: to use ftpaccess(5) you need to specify -a in command line,
# it is changed from previous versions
@ -13,9 +13,6 @@ PKGNAME= wu-ftpd-2.4.2b18vr13
CATEGORIES= net
MASTER_SITES= ftp://ftp.vr.net/pub/wu-ftpd/
do-build:
cd ${WRKSRC} && ./build fbs
MAINTAINER= ache@FreeBSD.org
Y2K= http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html#QA31
@ -24,4 +21,7 @@ MAN1= ftpcount.1 ftpwho.1
MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5
MAN8= ftpd.8 ftpshut.8
do-build:
cd ${WRKSRC} && ./build fbs
.include <bsd.port.mk>