summaryrefslogtreecommitdiff
path: root/chinese/zhcon/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-11-19 22:18:48 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-11-19 22:18:48 +0000
commit293c078a06d2ca5150dcff80870b4882cf6dd5e7 (patch)
treea9eb7441e8f18d456722683eb42e8d1459ab5028 /chinese/zhcon/Makefile
parentFix incorrect ${REINPLACE_CMD} use and a couple of style nits. (diff)
Fix incorrect use of ${REINPLACE_CMD}.
Approved by: portmgr (kkenn)
Notes
Notes: svn path=/head/; revision=94413
Diffstat (limited to '')
-rw-r--r--chinese/zhcon/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile
index e1da8b2dfd06..dadfeb2344d5 100644
--- a/chinese/zhcon/Makefile
+++ b/chinese/zhcon/Makefile
@@ -26,7 +26,6 @@ ONLY_FOR_ARCHS= i386
MAN1= zhcon.1
post-patch:
- ${REINPLACE_CMD} -e 's,${LOCALBASE}/share/locale,${PREFIX}/share/locale,g' \
- ${WRKSRC}/*
+ ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/configure
.include <bsd.port.mk>