aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2002-08-05 03:58:37 +0800
committernbm <nbm@FreeBSD.org>2002-08-05 03:58:37 +0800
commit72cc1ab290c8d2ca7e4b6c093332a4c957a3fb49 (patch)
tree14fed41a7d573b7145255807c43fd72191e6a5a9 /ftp
parent45ac14ac01c5bea6fa16d04a08ee9a62122abb12 (diff)
downloadfreebsd-ports-gnome-72cc1ab290c8d2ca7e4b6c093332a4c957a3fb49.tar.gz
freebsd-ports-gnome-72cc1ab290c8d2ca7e4b6c093332a4c957a3fb49.tar.zst
freebsd-ports-gnome-72cc1ab290c8d2ca7e4b6c093332a4c957a3fb49.zip
Fix typo in atoll define
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 d34e8f37d008..7dad5d1b113a 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)=strtol(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