mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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
@ -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 New Issue
Block a user