mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Correct substitutions in the do-configure target.
Submitted by: Alan Clegg <abc@bsdi.com>
This commit is contained in:
parent
81f7460293
commit
b3435f886f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34662
@ -24,8 +24,8 @@ do-extract:
|
||||
@${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}
|
||||
|
||||
do-configure:
|
||||
@${PERL} -pi.orig -e 's|/etc/rfc|${PREFIX}/etc/rfc|' ${WRKDIR}/${DISTNAME}
|
||||
@${PERL} -pi.orig -e 's|/etc/nmap|${PREFIX}/share/misc/nmap|' ${WRKDIR}/${DISTNAME}
|
||||
@${PERL} -pi.orig -e 's|/usr/local/etc/rfc|${PREFIX}/etc/rfc|' ${WRKDIR}/${DISTNAME}
|
||||
@${PERL} -pi.orig -e 's|/usr/local/etc/nmap|${PREFIX}/share/misc/nmap|' ${WRKDIR}/${DISTNAME}
|
||||
@${PERL} -pi.orig -e 's|lynx|w3m|' ${WRKDIR}/${DISTNAME}
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user