aboutsummaryrefslogtreecommitdiff
path: root/java/jc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/jc/Makefile')
-rw-r--r--java/jc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/jc/Makefile b/java/jc/Makefile
index 747445305ef7..8b3c4f824647 100644
--- a/java/jc/Makefile
+++ b/java/jc/Makefile
@@ -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>