- Fix bogus configuration file location introduced by latest commit.

PR:		ports/82612
Submitted by:	milan toth <admin@yegon.sk>
Pointyhat to:	flz
This commit is contained in:
Florent Thoumie 2005-06-25 19:08:44 +00:00
parent a42cb27379
commit 52b89af18d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138023
2 changed files with 4 additions and 2 deletions

View file

@ -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:' \

View file

@ -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:' \