summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-03-30 18:40:25 +0000
committertron <tron>1998-03-30 18:40:25 +0000
commitc99b8207aadd0bcbe3c6c84c7b4cfae9dfbfe89f (patch)
tree1a83cbf6f005cbc367d01e36f1a6cd9ca2a8384c /net/wu-ftpd/Makefile
parentf8338daf221a8ba959f5571a052a7a19c6c3f1d6 (diff)
downloadpkgsrc-c99b8207aadd0bcbe3c6c84c7b4cfae9dfbfe89f.tar.gz
Remove broken "pre-patch" target, let "pathnames.h" use a macro
"PREFIX" and make sure it gets defined.
Diffstat (limited to 'net/wu-ftpd/Makefile')
-rw-r--r--net/wu-ftpd/Makefile13
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>