svn commit: r380502 - head/deskutils/superswitcher

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 5 14:38:27 UTC 2015


Author: amdmi3
Date: Thu Mar  5 14:38:25 2015
New Revision: 380502
URL: https://svnweb.freebsd.org/changeset/ports/380502
QAT: https://qat.redports.org/buildarchive/r380502/

Log:
  Remove empty directory

Modified:
  head/deskutils/superswitcher/Makefile

Modified: head/deskutils/superswitcher/Makefile
==============================================================================
--- head/deskutils/superswitcher/Makefile	Thu Mar  5 14:37:47 2015	(r380501)
+++ head/deskutils/superswitcher/Makefile	Thu Mar  5 14:38:25 2015	(r380502)
@@ -32,4 +32,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
 		${WRKSRC}/src/dbus-object.h ${WRKSRC}/src/forward_declarations.h
 
+post-install:
+	@${RMDIR} ${STAGEDIR}${PREFIX}/lib/locale
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list