svn commit: r315068 - head/devel/libgit2
Baptiste Daroussin
bapt at FreeBSD.org
Sat Mar 23 19:12:59 UTC 2013
Author: bapt
Date: Sat Mar 23 19:12:58 2013
New Revision: 315068
URL: http://svnweb.freebsd.org/changeset/ports/315068
Log:
Fix USE_GITHUB in combinaison with MASTER_SITE= GHC which breaks WRKSRC
PR: ports/177316
Submitted by: William Grzybowski <william88 at gmail.com>
Reported by: miwi
Modified:
head/devel/libgit2/Makefile
Modified: head/devel/libgit2/Makefile
==============================================================================
--- head/devel/libgit2/Makefile Sat Mar 23 18:49:31 2013 (r315067)
+++ head/devel/libgit2/Makefile Sat Mar 23 19:12:58 2013 (r315068)
@@ -12,6 +12,7 @@ LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= libgit2
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= cmake
USE_LDCONFIG= yes
More information about the svn-ports-head
mailing list