pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/vsftpd * Use += for CFLAGS not =
details: https://anonhg.NetBSD.org/pkgsrc/rev/419114e99443
branches: trunk
changeset: 483369:419114e99443
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Nov 11 13:48:43 2004 +0000
description:
* Use += for CFLAGS not =
* Use VARBASE
diffstat:
net/vsftpd/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 71967161df2a -r 419114e99443 net/vsftpd/Makefile
--- a/net/vsftpd/Makefile Thu Nov 11 13:47:32 2004 +0000
+++ b/net/vsftpd/Makefile Thu Nov 11 13:48:43 2004 +0000
@@ -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 @@
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.
#
Home |
Main Index |
Thread Index |
Old Index