diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-11-03 03:38:47 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-11-03 03:38:47 +0800 |
commit | 2f67a5e18f2930a6b035b16a26abe5b999e07117 (patch) | |
tree | 12fc58c4bd442fe7d85aec6d693f0f4e736f32d0 /misc | |
parent | f829b905f99ff59175028a6603185f2fe9bfd25d (diff) | |
download | freebsd-ports-gnome-2f67a5e18f2930a6b035b16a26abe5b999e07117.tar.gz freebsd-ports-gnome-2f67a5e18f2930a6b035b16a26abe5b999e07117.tar.zst freebsd-ports-gnome-2f67a5e18f2930a6b035b16a26abe5b999e07117.zip |
Correct substitutions in the do-configure target.
Submitted by: Alan Clegg <abc@bsdi.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rfc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile index d668afe50ae7..52e25078216e 100644 --- a/misc/rfc/Makefile +++ b/misc/rfc/Makefile @@ -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: |