diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-01-15 16:57:22 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-01-15 16:57:22 +0000 |
commit | 1241bd2246f9f04705e30ca5ddce4a9f0cafdffc (patch) | |
tree | 18238fb6b5a5022998f9aff439ac7a4cfc7d00b4 /converters | |
parent | 6f3b7fdd19b6144098cada5f6e53cb54a795050f (diff) | |
download | ports-1241bd2246f9f04705e30ca5ddce4a9f0cafdffc.tar.gz ports-1241bd2246f9f04705e30ca5ddce4a9f0cafdffc.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/cn2jp/Makefile | 4 | ||||
-rw-r--r-- | converters/cn2jp/pkg-plist | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/converters/cn2jp/Makefile b/converters/cn2jp/Makefile index fc2ab99fe88d..1645ac94eda0 100644 --- a/converters/cn2jp/Makefile +++ b/converters/cn2jp/Makefile @@ -7,7 +7,7 @@ PORTNAME= cn2jp PORTVERSION= 1.4b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters chinese japanese MASTER_SITES= http://w3.sys.es.osaka-u.ac.jp/~seke/software/cn2jp/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -28,5 +28,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/libcn2jp.a ${PREFIX}/lib @${INSTALL_DATA} ${WRKSRC}/libcn2jp.so ${PREFIX}/lib/libcn2jp.so.1 @cd ${PREFIX}/lib/; ${LN} -sf libcn2jp.so.1 libcn2jp.so + @${INSTALL_DATA} ${WRKSRC}/lib/jp-util.h ${PREFIX}/include + @${INSTALL_DATA} ${WRKSRC}/lib/lang-util.h ${PREFIX}/include .include <bsd.port.mk> diff --git a/converters/cn2jp/pkg-plist b/converters/cn2jp/pkg-plist index fe57be4abed1..2f0d0e85f901 100644 --- a/converters/cn2jp/pkg-plist +++ b/converters/cn2jp/pkg-plist @@ -4,6 +4,8 @@ bin/g2b bin/g2j bin/j2b bin/j2g +include/jp-util.h +include/lang-util.h lib/libcn2jp.a lib/libcn2jp.so lib/libcn2jp.so.1 |