Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2014 18:00:39 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349934 - head/multimedia/avidemux2
Message-ID:  <201404021800.s32I0dti098351@svn.freebsd.org>

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



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