lang/gnat_util: Fix licenses in PLIST

The post-install target was overwriting the licenses
which were already present in $TMPPLIST

reported-by: antoine
This commit is contained in:
John Marino 2014-02-17 00:09:54 +00:00
parent ae43444222
commit 2ffdf0b643
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344638

View file

@ -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}