aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-01-16 00:57:22 +0800
committerclive <clive@FreeBSD.org>2001-01-16 00:57:22 +0800
commit37c66ab2d7a0f0952a9b6af63361c7c53df174e6 (patch)
tree0eb59af8f45b6bcf5ae997e027f193ccf23042a6 /converters
parent5483285e14cd90299498a776f7d2bcc117fa8800 (diff)
downloadfreebsd-ports-gnome-37c66ab2d7a0f0952a9b6af63361c7c53df174e6.tar.gz
freebsd-ports-gnome-37c66ab2d7a0f0952a9b6af63361c7c53df174e6.tar.zst
freebsd-ports-gnome-37c66ab2d7a0f0952a9b6af63361c7c53df174e6.zip
Install 2 additional include files.
Bump PORTREVISION. PR: 24349 Submitted by: MAINTAINER
Diffstat (limited to 'converters')
-rw-r--r--converters/cn2jp/Makefile4
-rw-r--r--converters/cn2jp/pkg-plist2
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