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/autoconvert/Makefile | |
parent | Update to 0.3.8 (diff) |
o Install additional 2 include files
o portlint
Submitted by: Leeym <leeym@cae.ce.ntu.edu.tw>
Diffstat (limited to 'chinese/autoconvert/Makefile')
-rw-r--r-- | chinese/autoconvert/Makefile | 6 |
1 files changed, 6 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> |