diff options
author | clive <clive@FreeBSD.org> | 2001-01-14 22:53:32 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-01-14 22:53:32 +0800 |
commit | a0dbd066c4b9d10673c4744a21842da1f6db5f7e (patch) | |
tree | 236e17475e615c850cbc04fdb520f45c07cbf50c /chinese/autoconvert | |
parent | 9a75e2d1ee1c816bb2c96433af31ff071c1cb362 (diff) | |
download | freebsd-ports-gnome-a0dbd066c4b9d10673c4744a21842da1f6db5f7e.tar.gz freebsd-ports-gnome-a0dbd066c4b9d10673c4744a21842da1f6db5f7e.tar.zst freebsd-ports-gnome-a0dbd066c4b9d10673c4744a21842da1f6db5f7e.zip |
o Install additional 2 include files
o portlint
Submitted by: Leeym <leeym@cae.ce.ntu.edu.tw>
Diffstat (limited to 'chinese/autoconvert')
-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 |