summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-08-17 00:25:20 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-08-17 00:25:20 +0000
commitefaddcb13754d394acd79f3786b98899ae97ad5a (patch)
treea7ffaacfb70557bb3c152332e9e80c9fa446daa5 /comms
parentFix installation by using the DocBook DTDs installed on the system. (diff)
fix the "duplicated post-patch" problem.
Noticed by: kris
Notes
Notes: svn path=/head/; revision=87094
Diffstat (limited to 'comms')
-rw-r--r--comms/hylafax/Makefile13
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>