Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 17:30:13 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397262 - head/devel/psptoolchain-gdb
Message-ID:  <201509181730.t8IHUDTK077209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509181730.t8IHUDTK077209>