aboutsummaryrefslogtreecommitdiff
path: root/ftp/vsftpd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-09-27 18:14:34 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-09-27 18:14:34 +0000
commit4b894975b49dad0eedfc18f3eea31bba1affa289 (patch)
tree63c75846ae13194814a334a77b1349f654e1c556 /ftp/vsftpd
parent1b2184a6e23690eb5e93f7cafb717d4e5a87096a (diff)
downloadports-4b894975b49dad0eedfc18f3eea31bba1affa289.tar.gz
ports-4b894975b49dad0eedfc18f3eea31bba1affa289.zip
- cleanup linkflags
PR: 171386
Notes
Notes: svn path=/head/; revision=304968
Diffstat (limited to 'ftp/vsftpd')
-rw-r--r--ftp/vsftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile
index d63299762ce7..0c3ebce494d2 100644
--- a/ftp/vsftpd/Makefile
+++ b/ftp/vsftpd/Makefile
@@ -72,7 +72,7 @@ do-configure:
-e "s|^CC = gcc|CC = ${CC}|" \
-e "s|^CFLAGS =|CFLAGS = ${CFLAGS}|" \
-e "s|$$(INSTALL) -m 755=|$${INSTALL_PROGRAM}|" \
- -e "s| -Wl,-s| -Wl ${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \
+ -e "s| -Wl,-s| ${LDFLAGS:S/-rpath=/-Wl,-rpath,/g}|" \
${WRKSRC}/Makefile
${REINPLACE_CMD} -e '/-lutil/d' ${WRKSRC}/vsf_findlibs.sh
@${ECHO_CMD} "secure_chroot_dir=${PREFIX}/share/vsftpd/empty" >> \