mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix plist and orphaned items
This commit is contained in:
parent
14beb619c7
commit
bc6c8cf584
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464632
@ -20,7 +20,7 @@ BROKEN_powerpc64= fails to compile: libgcc2.h: conflicting types for '__structdi
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/toolchain
|
||||
USES= gettext gmake makeinfo
|
||||
MANDIRS= ${PREFIX}/zpu/man
|
||||
INFO= zpuc/cpp zpuc/cppinternals zpuc/dir zpuc/gcc zpuc/gccinstal \
|
||||
INFO= zpuc/cpp zpuc/cppinternals zpuc/gcc zpuc/gccinstall \
|
||||
zpuc/gccint
|
||||
|
||||
post-patch:
|
||||
@ -34,6 +34,10 @@ post-patch:
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${SH} install.sh
|
||||
|
||||
post-stage:
|
||||
@${RM} ${STAGEDIR}${PREFIX}/zpu/lib/libiberty.a
|
||||
@${RMDIR} ${STAGEDIR}${PREFIX}/zpu/include
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${SETENV} CONFIG_SITE=${CONFIG_SITE} ${SH} build.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user