aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-01 20:04:13 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-01 20:04:13 +0000
commit8ea2cdca2e57d368733eeca6920d856115e3c578 (patch)
tree9132e572150f9cb914c002e990f0cb4cff1b3eb6 /ftp
parent7ece2aeb0b244ca00c5e182c134fd0e0dc493847 (diff)
downloadports-8ea2cdca2e57d368733eeca6920d856115e3c578.tar.gz
ports-8ea2cdca2e57d368733eeca6920d856115e3c578.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/vsftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile
index 7dad5d1b113a..e2d0804d6545 100644
--- a/ftp/vsftpd/Makefile
+++ b/ftp/vsftpd/Makefile
@@ -21,7 +21,7 @@ MAN8= vsftpd.8
post-patch:
@${PERL} -pi -e 's@/etc/vsftpd.conf@${PREFIX}/etc/vsftpd.conf@' \
${WRKSRC}/defs.h
- @${PERL} -pi -e 's@ -ldl@@; s@^CFLAGS.*$$@CFLAGS= -D"atoll(x)=strtoll(x, (char **)NULL, 10)"@' ${WRKSRC}/Makefile
+ @${PERL} -pi -e 's@ -ldl@@; s@^CFLAGS.*$$@CFLAGS+= -D"atoll(x)=strtoll(x, (char **)NULL, 10)"@' ${WRKSRC}/Makefile
@${ECHO_CMD} "secure_chroot_dir=${PREFIX}/share/vsftpd/empty" >> \
${WRKSRC}/vsftpd.conf