svn commit: r393306 - head/audio/rsynth

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 31 13:07:46 UTC 2015


Author: amdmi3
Date: Fri Jul 31 13:07:45 2015
New Revision: 393306
URL: https://svnweb.freebsd.org/changeset/ports/393306

Log:
  - Remove empty directory

Modified:
  head/audio/rsynth/Makefile

Modified: head/audio/rsynth/Makefile
==============================================================================
--- head/audio/rsynth/Makefile	Fri Jul 31 13:03:17 2015	(r393305)
+++ head/audio/rsynth/Makefile	Fri Jul 31 13:07:45 2015	(r393306)
@@ -24,4 +24,7 @@ post-configure:
 	@${REINPLACE_CMD} -E 's,(BIN|LIB)_DIR\),DESTDIR\)$$\(&,g' \
 		${WRKSRC}/Makefile
 
+post-install:
+	@${RMDIR} ${STAGEDIR}${PREFIX}/lib/dict
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list