aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/proftpd-devel
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-06-26 03:08:44 +0800
committerflz <flz@FreeBSD.org>2005-06-26 03:08:44 +0800
commit18975ef4e7916c7894b539a82b360fe60459ca50 (patch)
tree17ec1d75d168b1b86920dc2900bda9040be6919b /ftp/proftpd-devel
parente0912ba992e76d5eeec3a049a7fbb6b9f4cd7b52 (diff)
downloadfreebsd-ports-gnome-18975ef4e7916c7894b539a82b360fe60459ca50.tar.gz
freebsd-ports-gnome-18975ef4e7916c7894b539a82b360fe60459ca50.tar.zst
freebsd-ports-gnome-18975ef4e7916c7894b539a82b360fe60459ca50.zip
- Fix bogus configuration file location introduced by latest commit.
PR: ports/82612 Submitted by: milan toth <admin@yegon.sk> Pointyhat to: flz
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r--ftp/proftpd-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index 005128af0415..f8f6f22f0848 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= proftpd
PORTVERSION= 1.2.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
@@ -167,6 +167,7 @@ pre-configure:
@${ECHO_MSG} "==> Configuring with ${MODULES}"
post-configure:
+ ${REINPLACE_CMD} -e 's:${EXAMPLESDIR}:${PREFIX}:' ${WRKSRC}/config.h
${REINPLACE_CMD} -e 's: -lnsl::' ${WRKSRC}/Make.rules
${REINPLACE_CMD} -e 's:/usr/sbin:${PREFIX}/sbin:' \
-e 's:/usr/bin:${PREFIX}/bin:' \