diff options
Diffstat (limited to 'net/wu-ftpd/Makefile')
-rw-r--r-- | net/wu-ftpd/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile index 1e6698e68d6..6a45224d656 100644 --- a/net/wu-ftpd/Makefile +++ b/net/wu-ftpd/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $NetBSD: Makefile,v 1.2 1998/03/29 21:45:26 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/03/30 18:40:25 tron Exp $ # $FreeBSD Id: Makefile,v 1.16 1997/12/24 17:45:28 ache Exp # # REMINDER: to use ftpaccess(5) you need to specify -a in command line, @@ -16,20 +16,13 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.academ.com/pub/wu-ftpd/private/ EXTRACT_SUFX= .tar.Z -MAINTAINER= ache@FreeBSD.org +MAINTAINER= rh@vip.at MAN1= ftpcount.1 ftpwho.1 MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 MAN8= ftpd.8 ftpshut.8 -pre-patch: - @cd patches ; for i in ?? ;\ - do \ - sed 's/!!PREFIX!!/${PREFIX:S/\//!!/g}/g' <$$i | \ - sed 's/!!/\//g' >patch-$$i; \ - done - do-build: - cd ${WRKSRC} && ./build nbs + cd ${WRKSRC} && ./build nbs PREFIX=${PREFIX} .include <bsd.port.mk> |