diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-11-19 22:18:48 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-11-19 22:18:48 +0000 |
commit | 293c078a06d2ca5150dcff80870b4882cf6dd5e7 (patch) | |
tree | a9eb7441e8f18d456722683eb42e8d1459ab5028 | |
parent | af31ca6a7d1892ae088ea790c6b55e55d21ffaa6 (diff) | |
download | ports-293c078a06d2ca5150dcff80870b4882cf6dd5e7.tar.gz ports-293c078a06d2ca5150dcff80870b4882cf6dd5e7.zip |
Notes
-rw-r--r-- | chinese/zhcon/Makefile | 3 |
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> |