From 01016e2fa6a11b8166db3ba5b712267ea927c1fa Mon Sep 17 00:00:00 2001 From: marino Date: Mon, 17 Feb 2014 00:09:54 +0000 Subject: lang/gnat_util: Fix licenses in PLIST The post-install target was overwriting the licenses which were already present in $TMPPLIST reported-by: antoine --- lang/gnat_util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gnat_util/Makefile b/lang/gnat_util/Makefile index 16b577169d7b..3580b6872780 100644 --- a/lang/gnat_util/Makefile +++ b/lang/gnat_util/Makefile @@ -37,7 +37,7 @@ post-extract: post-install: @cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \ - ${SORT} > ${TMPPLIST} + ${SORT} >> ${TMPPLIST} @cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d | ${AWK} '/\//' | \ ${SORT} -r | ${SED} -e '/lib\/gnat$$/d' -e 's/^/@dirrm /g' \ >> ${TMPPLIST} -- cgit