diff options
-rw-r--r-- | chinese/autoconvert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index 01f4c8747d58..52673313d663 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -15,7 +15,7 @@ COMMENT= Intelligent Chinese encoding converter USE_GETOPT_LONG= yes INSTALLS_SHLIB= yes -DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}-${PORTNAME} +DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} pre-install: @${MKDIR} ${DATADIR} |