summaryrefslogtreecommitdiff
path: root/net/vsftpd/Makefile
diff options
context:
space:
mode:
authormartti <martti>2002-08-22 11:24:06 +0000
committermartti <martti>2002-08-22 11:24:06 +0000
commitae4241000007b70e678d3685cf6d6bc8e49dead8 (patch)
tree814230f18f31e6648971325554e5cdc200cde1c2 /net/vsftpd/Makefile
parent0db7d307fca90bc77e2a91b9fcb28007d20beb5b (diff)
downloadpkgsrc-ae4241000007b70e678d3685cf6d6bc8e49dead8.tar.gz
Updated vsftpd to 1.0.1
- Fix potential leak in PAM handling code. - Fix build in the non-PAM case - Include filename and size in bytes in the "here comes the data" 150 message. - Change link flags from "-s" to "-Wl,-s" - Tidy up vsf_findlibs.sh - Work with NFS mounted home dirs and root_squash - Add FAQ. - Improve "make install". - Fix Solaris build (nanosleep is in a separate library, typical). - Fix REST + STOR combination - Make our 150 response code match wu-ftpd - allows broken "ange-ftp" of emacs to do a percentage complete indicator. - Add anon_root and local_root
Diffstat (limited to 'net/vsftpd/Makefile')
-rw-r--r--net/vsftpd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile
index 4bbace14ee7..5180f33e813 100644
--- a/net/vsftpd/Makefile
+++ b/net/vsftpd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/06/19 11:32:02 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2002/08/22 11:24:06 martti Exp $
#
-DISTNAME= vsftpd-0.9.1
+DISTNAME= vsftpd-1.0.1
CATEGORIES= net
MASTER_SITES= ftp://ferret.lmh.ox.ac.uk/pub/linux/
@@ -17,7 +17,9 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/vsftpd
${INSTALL_DATA} ${WRKSRC}/vsftpd.conf ${PREFIX}/share/examples/vsftpd
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vsftpd
+ ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/vsftpd
${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/vsftpd
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/vsftpd
+ ${INSTALL_DATA} ${WRKSRC}/TUNING ${PREFIX}/share/doc/vsftpd
.include "../../mk/bsd.pkg.mk"