diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-15 11:17:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-15 11:17:44 +0800 |
commit | 3a339224c4682d6ad919767d4aa37d2d455d99da (patch) | |
tree | 5ff614f69dc9d266af002bd2fa233406c1000e27 | |
parent | d1e555cc1a9cd18e5e1292425d4d661a7db3d9b3 (diff) | |
download | freebsd-ports-gnome-3a339224c4682d6ad919767d4aa37d2d455d99da.tar.gz freebsd-ports-gnome-3a339224c4682d6ad919767d4aa37d2d455d99da.tar.zst freebsd-ports-gnome-3a339224c4682d6ad919767d4aa37d2d455d99da.zip |
typo
-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} |