diff options
author | des <des@FreeBSD.org> | 2003-11-20 06:18:48 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-11-20 06:18:48 +0800 |
commit | a29cfdb6992f6bcf5a44de48fcc45e37a49fb6dc (patch) | |
tree | 4d3224689d351f8b00a7cd09e3b7ad3668f4b5c9 /chinese | |
parent | 493d5d5210011e778b2c82042678daca2c95f6ea (diff) | |
download | freebsd-ports-gnome-a29cfdb6992f6bcf5a44de48fcc45e37a49fb6dc.tar.gz freebsd-ports-gnome-a29cfdb6992f6bcf5a44de48fcc45e37a49fb6dc.tar.zst freebsd-ports-gnome-a29cfdb6992f6bcf5a44de48fcc45e37a49fb6dc.zip |
Fix incorrect use of ${REINPLACE_CMD}.
Approved by: portmgr (kkenn)
Diffstat (limited to 'chinese')
-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> |