Date: Fri, 31 Jul 2015 13:07:46 +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: r393306 - head/audio/rsynth Message-ID: <201507311307.t6VD7kGE022798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507311307.t6VD7kGE022798>