diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-17 00:25:20 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-17 00:25:20 +0000 |
commit | efaddcb13754d394acd79f3786b98899ae97ad5a (patch) | |
tree | a7ffaacfb70557bb3c152332e9e80c9fa446daa5 /comms/hylafax | |
parent | 593038e3d5d8ace24ac73b48b24dae4e963c9e2a (diff) | |
download | ports-efaddcb13754d394acd79f3786b98899ae97ad5a.tar.gz ports-efaddcb13754d394acd79f3786b98899ae97ad5a.zip |
Notes
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index abe221645b74..80e396b54571 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -83,15 +83,4 @@ post-install: fi @${SED} 's^/usr/local^${PREFIX}^g' < ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${LOCALBASE} != /usr/local -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" -post-patch: - ${REINPLACE_CMD} -e 's^/usr/local^${LOCALBASE}^g' \ - `${FIND} ${WRKSRC} -type f -print0 | \ - ${XARGS} -0 ${GREP} -F -l --mmap /usr/local` -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |