diff options
author | salo <salo@pkgsrc.org> | 2004-04-02 20:17:44 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-04-02 20:17:44 +0000 |
commit | 1a345998a894e1e1730bfef9d3f087eeb288f111 (patch) | |
tree | bfcbcf2484e17bcdcef93691a69bbc0f37f3fe14 /net | |
parent | c56f20f0966e84a029ebd6cdcfffb0302c7dd8cb (diff) | |
download | pkgsrc-1a345998a894e1e1730bfef9d3f087eeb288f111.tar.gz |
bl3ify
Diffstat (limited to 'net')
-rw-r--r-- | net/vsftpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index c7ff33b0821..770cf6c89d0 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/01 04:39:22 salo Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/02 20:17:44 salo Exp $ # DISTNAME= vsftpd-1.2.1 @@ -9,7 +9,7 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://vsftpd.beasts.org/ COMMENT= FTP server that aims to be very secure -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES PKG_SYSCONFSUBDIR= vsftpd @@ -51,6 +51,6 @@ do-install: ${INSTALL_DATA_DIR} ${DOCDIR} cd ${WRKSRC} && ${INSTALL_DATA} FAQ INSTALL README TUNING ${DOCDIR} -.include "../../security/tcp_wrappers/buildlink2.mk" +.include "../../security/tcp_wrappers/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |