diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-28 19:10:34 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-28 19:10:34 +0800 |
commit | ee67c749931cfe4850ee0fa67e13f6c8b7ae8933 (patch) | |
tree | f8df9351e164dbe47d386e1f34f93f25832dc54b /lang/gcc-aux/Makefile | |
parent | 81a833b2aed76ed2cbdb12f7587033d23b95443f (diff) | |
download | freebsd-ports-gnome-ee67c749931cfe4850ee0fa67e13f6c8b7ae8933.tar.gz freebsd-ports-gnome-ee67c749931cfe4850ee0fa67e13f6c8b7ae8933.tar.zst freebsd-ports-gnome-ee67c749931cfe4850ee0fa67e13f6c8b7ae8933.zip |
Add USES=libtool
Diffstat (limited to 'lang/gcc-aux/Makefile')
-rw-r--r-- | lang/gcc-aux/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/gcc-aux/Makefile b/lang/gcc-aux/Makefile index 6d3cb253a844..582e17260aee 100644 --- a/lang/gcc-aux/Makefile +++ b/lang/gcc-aux/Makefile @@ -268,7 +268,7 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/gnatdroid.exp \ ${STAGEDIR}${PREFIX}/share/dejagnu/baseboards -post-install: +post-stage: cd ${STAGEDIR}${PKG_PREFIX}; ${FIND} * -type d -empty | \ ${SORT} -dr | ${XARGS} ${RMDIR} cd ${STAGEDIR}${PREFIX}; ${FIND} ${PORTNAME} share \ @@ -279,9 +279,7 @@ post-install: cd ${STAGEDIR}${PREFIX}; ${FIND} share -type d | ${SORT} -r | \ ${SED} -e 's/\(.*\)/@unexec rmdir %D\/\1 2>\/dev\/null || true/g' \ >> ${TMPPLIST} - .if ${PORT_OPTIONS:MBOOTSTRAP} -post-stage: ${MKDIR} ${NEWBSDIR} ${CP} -a ${STAGEDIR}${PKG_PREFIX}/bin ${NEWBSDIR}/ ${CP} -a ${STAGEDIR}${PKG_PREFIX}/lib ${NEWBSDIR}/ |