diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-01-14 14:53:32 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-01-14 14:53:32 +0000 |
commit | 1ff7fa2818ab21dd531ce7ac72a7efcddb407337 (patch) | |
tree | a99c85e1e0ceaa2511714b57850190a8b27c0f02 /chinese | |
parent | 3d91f94d0a1a70b455a852ebfdcf9514892e145c (diff) | |
download | ports-1ff7fa2818ab21dd531ce7ac72a7efcddb407337.tar.gz ports-1ff7fa2818ab21dd531ce7ac72a7efcddb407337.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/autoconvert/Makefile | 6 | ||||
-rw-r--r-- | chinese/autoconvert/pkg-plist | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index ecae4094cbc1..e1e11a5a742f 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -15,6 +15,8 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +INSTALLS_SHLIB= yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/autob5 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/autogb ${PREFIX}/bin @@ -26,4 +28,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/autoconvert .endfor +.for i in hz.h zhstatis.h + ${INSTALL_DATA} ${WRKSRC}/include/$i ${PREFIX}/include +.endfor + .include <bsd.port.mk> diff --git a/chinese/autoconvert/pkg-plist b/chinese/autoconvert/pkg-plist index 20c0548d8f07..20c29a432586 100644 --- a/chinese/autoconvert/pkg-plist +++ b/chinese/autoconvert/pkg-plist @@ -1,5 +1,7 @@ bin/autob5 bin/autogb +include/hz.h +include/zhstatis.h lib/libhz.a lib/libhz.so lib/libhz.so.0 |