1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

fix PLIST problem.

Reviewed by:	maintainer
This commit is contained in:
Yen-Ming Lee 2003-11-10 08:43:41 +00:00
parent ac444db3d0
commit 6c8026f9a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93634
2 changed files with 24 additions and 1 deletions

View File

@ -14,17 +14,21 @@ MASTER_SITE_SUBDIR= minichinput
MAINTAINER= statue@freebsd.sinica.edu.tw
COMMENT= A tiny version of Chinput
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_XLIB= yes
ALL_TARGET= all data
INSTALL_TARGET= install data-install
MAN1= chinput.1
post-patch:
@${REINPLACE_CMD} -e 's,make,${GMAKE},g' ${WRKSRC}/src/Makefile.in
@echo "install:" >> ${WRKSRC}/src/IMdkit/Makefile
@${REINPLACE_CMD} -e 's#$$(prefix)$$(imdir)/{gb,gbk,big5}#$$(prefix)$$(imdir)/gb $$(prefix)$$(imdir)/gbk $$(prefix)$$(imdir)/big5#g' ${WRKSRC}/ImmModules/turbo/Makefile.in
@${REINPLACE_CMD} -e 's,-@PACKAGE_VERSION@,,g' ${WRKSRC}/doc/Makefile.in
@${REINPLACE_CMD} -e 's,/share/man,/man,g' ${WRKSRC}/configure
post-install:
@${CAT} ${PKGMESSAGE}

View File

@ -1,4 +1,21 @@
bin/chinput
%%DOCSDIR%%/README
%%DOCSDIR%%/BUGS
%%DOCSDIR%%/CHANGES
%%DOCSDIR%%/INSTALL
%%DOCSDIR%%/USAGE
%%DOCSDIR%%/TODO
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/Chinese/TODO_cn
%%DOCSDIR%%/Chinese/Chinput_BUGS
%%DOCSDIR%%/Chinese/Chinput_CHANGES
%%DOCSDIR%%/Chinese/Chinput_FAQ
%%DOCSDIR%%/Chinese/Chinput_INSTALL
%%DOCSDIR%%/Chinese/Chinput_README
%%DOCSDIR%%/Chinese/Chinput_USAGE
%%DOCSDIR%%/Chinese/INSTALL_cn
%%DOCSDIR%%/Chinese/README_cn
%%DOCSDIR%%/Chinese/Chinput_API
lib/Chinput/Chinput.ad
lib/Chinput/im/TL_hzinput.so
lib/Chinput/im/cce_hzinput.so
@ -29,3 +46,5 @@ lib/Chinput/im/gbk/gbkpy_mb.tab
@dirrm lib/Chinput/im/gbk
@dirrm lib/Chinput/im
@dirrm lib/Chinput
@dirrm %%DOCSDIR%%/Chinese
@dirrm %%DOCSDIR%%