summaryrefslogtreecommitdiff
path: root/ftp/pure-ftpd
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-05-06 17:16:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-05-06 17:16:05 +0000
commitc7d56d5a458fc32c53329629d4fd58c4ca34117a (patch)
tree55fad4ea6da365b26e53e65d1b053ddec6016512 /ftp/pure-ftpd
parentInstall zoneinfo--latest.tar.gz with good permissions (diff)
- Fix shebang line for users without USE_PERL=yes
PR: ports/177481 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
Notes
Notes: svn path=/head/; revision=317533
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r--ftp/pure-ftpd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index de4b8937e3e2..d8c0f96ec9c7 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -167,8 +167,7 @@ pre-fetch:
@${ECHO_MSG} ""
post-patch:
- @${REINPLACE_CMD} -e 's|$${exec_prefix}|${PREFIX}|g' \
- ${WRKSRC}/configuration-file/pure-config.pl.in
+ @${REINPLACE_CMD} -e 's|@PERL@|${PERL}|; s|$${exec_prefix}|${PREFIX}|g' ${WRKSRC}/configuration-file/pure-config.pl.in
post-install:
${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample