Fix file list: libtool seems to install the static library only on some

versions of FreeBSD.
This commit is contained in:
Archie Cobbs 2005-01-13 02:47:03 +00:00
parent 5b78556178
commit ee8e71418d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126290
2 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,9 @@ post-install:
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${dir} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
@if [ -f ${PREFIX}/lib/libjc.a ]; then \
${ECHO} lib/libjc.a >> ${TMPPLIST}; \
fi
.endfor
.include <bsd.port.post.mk>

View File

@ -3,6 +3,5 @@ bin/jc
bin/jcgen
bin/jcjavah
etc/jc.conf
lib/libjc.a
lib/libjc.so
lib/libjc.so.1