ports/179363: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Thu Jun 6 20:00:02 UTC 2013
The following reply was made to PR ports/179363; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/179363: commit references a PR
Date: Thu, 6 Jun 2013 19:56:08 +0000 (UTC)
Author: rakuco
Date: Thu Jun 6 19:55:55 2013
New Revision: 320124
URL: http://svnweb.freebsd.org/changeset/ports/320124
Log:
Fix leftovers check on tinderbox by removing empty directories.
PR: ports/179363
Submitted by: John Marino <draco at marino.st> (maintainer)
Modified:
head/lang/gcc-aux/Makefile
Modified: head/lang/gcc-aux/Makefile
==============================================================================
--- head/lang/gcc-aux/Makefile Thu Jun 6 19:53:29 2013 (r320123)
+++ head/lang/gcc-aux/Makefile Thu Jun 6 19:55:55 2013 (r320124)
@@ -3,6 +3,7 @@
PORTNAME= gcc-aux
PORTVERSION= ${SNAPSHOT}
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://downloads.dragonlace.net/src/:boot \
${MASTER_SITE_GCC}
@@ -289,6 +290,7 @@ test-c:
do-install:
cd ${BUILDDIR} && ${SETENV} ${ADA_MAKE_ENV} ${GMAKE} install-strip DESTDIR=${DESTINY}
+ cd ${DESTINY}${PREFIX}; ${FIND} * -type d -empty -print | xargs rmdir
${CP} -pR ${DESTINY}${PREFIX}/ ${PREFIX}/
post-install:
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list