- 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:
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
|
@ -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:' \
|
||||
|
|
|
@ -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:' \
|
||||
|
|
Loading…
Reference in a new issue