diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-06-27 13:32:14 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-06-27 13:32:14 +0000 |
commit | 873be20ff65ee5bf1da9e9832d88616ee0784cb5 (patch) | |
tree | bad64e832f51c55ba2f47b43c43438968be43251 /comms | |
parent | a66ad541306d2174cfa1bb38983e0aaedf01a48a (diff) | |
download | ports-873be20ff65ee5bf1da9e9832d88616ee0784cb5.tar.gz ports-873be20ff65ee5bf1da9e9832d88616ee0784cb5.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index dfe8d680305c..a89547744ad6 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -34,6 +34,7 @@ CONFIGURE_ARGS+=--nointeractive .endif MAKE_ARGS+= OPTIMIZER="" -EOPTIMIZER +USE_REINPLACE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= ENVOPTS="${CFLAGS}" @@ -73,7 +74,7 @@ post-install: .if ${LOCALBASE} != /usr/local post-patch: - ${PERL} -pi -e 's^/usr/local^${LOCALBASE}^g' \ + ${REINPLACE_CMD} -e 's^/usr/local^${LOCALBASE}^g' \ `find work/hylafax-4.1 -type f -print0 | \ xargs -0 fgrep -l --mmap /usr/local` .endif |