diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-24 03:12:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-24 03:12:58 +0800 |
commit | a407b832dfd9bb2b2b88439024e3daccb1c4800c (patch) | |
tree | 1e03702296d74d1b8dfa1d0f032adec236dabe76 /devel/libgit2 | |
parent | 4ed0d8b1a9103f26a63aae18347f8c4fd024bcc3 (diff) | |
download | freebsd-ports-gnome-a407b832dfd9bb2b2b88439024e3daccb1c4800c.tar.gz freebsd-ports-gnome-a407b832dfd9bb2b2b88439024e3daccb1c4800c.tar.zst freebsd-ports-gnome-a407b832dfd9bb2b2b88439024e3daccb1c4800c.zip |
Fix USE_GITHUB in combinaison with MASTER_SITE= GHC which breaks WRKSRC
PR: ports/177316
Submitted by: William Grzybowski <william88@gmail.com>
Reported by: miwi
Diffstat (limited to 'devel/libgit2')
-rw-r--r-- | devel/libgit2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile index db1df93acd00..a046c2130553 100644 --- a/devel/libgit2/Makefile +++ b/devel/libgit2/Makefile @@ -12,6 +12,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= libgit2 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= cmake USE_LDCONFIG= yes |