diff options
-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> |