svn commit: r380156 - head/lang/gnustep-base
John Marino
marino at FreeBSD.org
Sat Feb 28 17:49:17 UTC 2015
Author: marino
Date: Sat Feb 28 17:49:15 2015
New Revision: 380156
URL: https://svnweb.freebsd.org/changeset/ports/380156
QAT: https://qat.redports.org/buildarchive/r380156/
Log:
lang/gnustep-base: Remove empty directories from stagedir
Two empty directories weren't listed in pkg-plist, causing this port
not to pass poudriere QA checks. My interpretation is that these
directories were never packaged, and they should not be packaged, so
let's simply remove them from stagedir. This alse means we don't have
to bump the port.
Approved by: just fix it
Modified:
head/lang/gnustep-base/Makefile
Modified: head/lang/gnustep-base/Makefile
==============================================================================
--- head/lang/gnustep-base/Makefile Sat Feb 28 17:16:33 2015 (r380155)
+++ head/lang/gnustep-base/Makefile Sat Feb 28 17:49:15 2015 (r380156)
@@ -53,6 +53,7 @@ CFLAGS+= -I${LOCALBASE}/include/libxml2/
BREAKS_IF_PEDANTIC= yes
PLIST_SUB+= LOCALBASE=${LOCALBASE}
ETCDIR= ${LOCALBASE}/etc
+STAGEHEADER= ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Headers
PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
@@ -74,5 +75,7 @@ post-extract:
post-install:
${INSTALL_DATA} ${FILESDIR}/gdomap_if ${STAGEDIR}${ETCDIR}
+ ${RMDIR} ${STAGEHEADER}/gnustep/base
+ ${RMDIR} ${STAGEHEADER}/GNUstepBase/unicode
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list