svn commit: r349934 - head/multimedia/avidemux2

Juergen Lock nox at FreeBSD.org
Wed Apr 2 18:00:40 UTC 2014


Author: nox
Date: Wed Apr  2 18:00:39 2014
New Revision: 349934
URL: http://svnweb.freebsd.org/changeset/ports/349934
QAT: https://qat.redports.org/buildarchive/r349934/

Log:
  Fix build of the old avidemux, not sure when it broke...
  (include <bsd.port.post.mk> instead of <bsd.port.mk>)
  
  Submitted by:	QAT

Modified:
  head/multimedia/avidemux2/Makefile

Modified: head/multimedia/avidemux2/Makefile
==============================================================================
--- head/multimedia/avidemux2/Makefile	Wed Apr  2 17:26:39 2014	(r349933)
+++ head/multimedia/avidemux2/Makefile	Wed Apr  2 18:00:39 2014	(r349934)
@@ -40,4 +40,4 @@ post-install:
 	@${ECHO_CMD} "@unexec %D/bin/update-desktop-database 2>/dev/null || ${TRUE}" >> ${TMPPLIST}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list