summaryrefslogtreecommitdiff
path: root/ftp/ncftp3/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-12 02:13:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-12 02:13:40 +0000
commit5414730c2a7f75f41bfad7de67b808542a56de88 (patch)
tree83c2d4d555487476af30a9b5c335b338aa961da3 /ftp/ncftp3/Makefile
parentUpdate to 0.4.3 (diff)
- replace post-patch munging with proper SYSCONFDIR handling (also
submitted to Mike Gleason) - improve DESCR and add home page Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Notes
Notes: svn path=/head/; revision=42546
Diffstat (limited to 'ftp/ncftp3/Makefile')
-rw-r--r--ftp/ncftp3/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index c4aa4eca0111..8d10fc691455 100644
--- a/ftp/ncftp3/Makefile
+++ b/ftp/ncftp3/Makefile
@@ -29,11 +29,6 @@ MAN3= Strn.3
LIBNCFTP= libncftp.so.2
LIBSTRN= libStrn.so.1
-post-patch:
- @${MV} ${WRKSRC}/ncftp/pref.h ${WRKSRC}/ncftp/pref.h.in
- @${SED} -e 's:/etc/ncftp.firewall:${PREFIX}/etc/ncftp.firewall:' \
- ${WRKSRC}/ncftp/pref.h.in > ${WRKSRC}/ncftp/pref.h
-
pre-build:
cd ${WRKSRC}/Strn ; make so
cd ${WRKSRC}/libncftp ; make so