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:
parent
ae43444222
commit
2ffdf0b643
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344638
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue