diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-15 03:17:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-15 03:17:44 +0000 |
commit | d082e931c4e6e8814b6d1fc0d443e0d7c7edc098 (patch) | |
tree | 30c4ab675af9cc13385c7bfd8c4320bfdfaa0d45 /chinese/autoconvert | |
parent | 85beac225a0948d47dff8d50ec61b77164590e68 (diff) | |
download | ports-d082e931c4e6e8814b6d1fc0d443e0d7c7edc098.tar.gz ports-d082e931c4e6e8814b6d1fc0d443e0d7c7edc098.zip |
Notes
Diffstat (limited to 'chinese/autoconvert')
-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} |