diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-11 13:48:43 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-11 13:48:43 +0000 |
commit | 2a3652b3c50a860e2bd37b1c508ea11c026ba6f5 (patch) | |
tree | 185b356065dce84c13defa374ddf92add7f7382a /net | |
parent | bffae15fa1b4c9e6df87f81d90ac4607803972b1 (diff) | |
download | pkgsrc-2a3652b3c50a860e2bd37b1c508ea11c026ba6f5.tar.gz |
* Use += for CFLAGS not =
* Use VARBASE
Diffstat (limited to 'net')
-rw-r--r-- | net/vsftpd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index a48afca7ff0..195cd5811b2 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:01 tv Exp $ +# $NetBSD: Makefile,v 1.10 2004/11/11 13:48:43 xtraeme Exp $ # DISTNAME= vsftpd-1.2.2 @@ -26,11 +26,11 @@ PKG_USERS= ${VSFTPD_USER}:${VSFTPD_GROUP}::vsftpd\\ user DOCDIR= ${PREFIX}/share/doc/vsftpd EGDIR= ${PREFIX}/share/examples/vsftpd -CFLAGS= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" +CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\" CONF_FILES= ${EGDIR}/vsftpd.conf.default ${PKG_SYSCONFDIR}/vsftpd.conf -MAKE_DIRS= /var/chroot -OWN_DIRS= /var/chroot/vsftpd +MAKE_DIRS= ${VARBASE}/chroot +OWN_DIRS= ${VARBASE}/chroot/vsftpd # XXX: This package doesn't work on non-IPv6 enabled operating systems. # |