svn commit: r397262 - head/devel/psptoolchain-gdb

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 18 17:30:13 UTC 2015


Author: amdmi3
Date: Fri Sep 18 17:30:12 2015
New Revision: 397262
URL: https://svnweb.freebsd.org/changeset/ports/397262

Log:
  - Don't install empty directory
  
  Approved by:	portmgr blanket

Modified:
  head/devel/psptoolchain-gdb/Makefile

Modified: head/devel/psptoolchain-gdb/Makefile
==============================================================================
--- head/devel/psptoolchain-gdb/Makefile	Fri Sep 18 17:30:05 2015	(r397261)
+++ head/devel/psptoolchain-gdb/Makefile	Fri Sep 18 17:30:12 2015	(r397262)
@@ -31,4 +31,7 @@ post-patch:
 	@${REINPLACE_CMD} -E 's/^(install.*:.*)install-info(.*)/\1\2/' ${WRKSRC}/etc/Makefile.in
 	@${REINPLACE_CMD} -E 's/^(install:)(.*)/\1#\2/' ${WRKSRC}/libiberty/Makefile.in
 
+post-install:
+	@${RMDIR} ${STAGEDIR}${PREFIX}/share/info
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list