svn commit: r393954 - head/net/libnetdude

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 11 17:55:19 UTC 2015


Author: amdmi3
Date: Tue Aug 11 17:55:18 2015
New Revision: 393954
URL: https://svnweb.freebsd.org/changeset/ports/393954

Log:
  Remove empty directories to fix stage-qa

Modified:
  head/net/libnetdude/Makefile

Modified: head/net/libnetdude/Makefile
==============================================================================
--- head/net/libnetdude/Makefile	Tue Aug 11 17:51:42 2015	(r393953)
+++ head/net/libnetdude/Makefile	Tue Aug 11 17:55:18 2015	(r393954)
@@ -36,4 +36,7 @@ post-patch:
 		-e 's,-I$$(top_srcdir)/libltdl, at INCLTDL@,' \
 		-e '/LIBADD/s,$$(top_builddir)/libltdl/libltdlc.la, at LIBLTDL@,'
 
+post-install:
+	@${FIND} -d ${STAGEDIR}${DOCSDIR} -type d -empty -delete
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list