diff options
Diffstat (limited to 'comms')
-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> |