1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

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
This commit is contained in:
John Marino 2015-02-28 17:49:15 +00:00
parent d391a00363
commit 578b0d96dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380156

View File

@ -53,6 +53,7 @@ CFLAGS+= -I${LOCALBASE}/include/libxml2/libxml -DHAVE_DLADDR=1
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>