svn commit: r367101 - head/audio/ample

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 2 22:21:09 UTC 2014


Author: bapt
Date: Tue Sep  2 22:21:09 2014
New Revision: 367101
URL: http://svnweb.freebsd.org/changeset/ports/367101
QAT: https://qat.redports.org/buildarchive/r367101/

Log:
  post-install target is now useless

Modified:
  head/audio/ample/Makefile

Modified: head/audio/ample/Makefile
==============================================================================
--- head/audio/ample/Makefile	Tue Sep  2 22:19:30 2014	(r367100)
+++ head/audio/ample/Makefile	Tue Sep  2 22:21:09 2014	(r367101)
@@ -21,7 +21,4 @@ post-configure:
 	@${REINPLACE_CMD} -E '/INSTALL/ s,\(MAN(1|5)PATH\),\(DESTDIR\)$$&,g' \
 		${WRKSRC}/docs/Makefile
 
-post-install:
-	@${ECHO_CMD} "@exec mkdir -p %D/var/log" >> ${TMPPLIST}
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list