svn commit: r385678 - head/multimedia/aegisub

Mathieu Arnold mat at FreeBSD.org
Thu May 7 20:44:32 UTC 2015


Author: mat
Date: Thu May  7 20:44:31 2015
New Revision: 385678
URL: https://svnweb.freebsd.org/changeset/ports/385678

Log:
  Fix, yes, really.
  
  Sponsored by:	Absolight

Modified:
  head/multimedia/aegisub/Makefile

Modified: head/multimedia/aegisub/Makefile
==============================================================================
--- head/multimedia/aegisub/Makefile	Thu May  7 20:44:29 2015	(r385677)
+++ head/multimedia/aegisub/Makefile	Thu May  7 20:44:31 2015	(r385678)
@@ -26,7 +26,7 @@ GH_ACCOUNT=	FFMS
 GH_PROJECT=	ffms2
 GH_TAGNAME=	${FFMS_VERSION}
 
-WRKSRC=		${WRKDIR}/${DISTNAME}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
 USES=		compiler:c++11-lib desktop-file-utils gettext gmake iconv \
 		pkgconfig tar:xz


More information about the svn-ports-head mailing list