mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Also clean *.la files in LIBEXEC, and recursively so, here and for
TARGLIB.
This commit is contained in:
parent
91a92679b1
commit
da7fe7d8f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362472
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gcc46
|
||||
PORTVERSION= 4.6.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang java
|
||||
MASTER_SITES= ${MASTER_SITE_GCC}
|
||||
@ -126,7 +126,8 @@ full-regression-test: build
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${RM} -f ${STAGEDIR}${TARGLIB}/*.la
|
||||
${FIND} ${STAGEDIR}${TARGLIB} ${STAGEDIR}${LIBEXEC} \
|
||||
-name '*.la' | ${XARGS} ${RM}
|
||||
${RM} -f ${STAGEDIR}${PREFIX}/man/man7/*
|
||||
${RM} -f ${STAGEDIR}${PREFIX}/bin/rebuild-gcj-db${SUFFIX} \
|
||||
${STAGEDIR}${PREFIX}/man/man1/rebuild-gcj-db${SUFFIX}.1
|
||||
|
Loading…
Reference in New Issue
Block a user