diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 15:25:43 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 15:25:43 +0800 |
commit | 78c5994e60d47e3f4be796b187843d5c2d773d53 (patch) | |
tree | 2072e45fb3ab3095ac4b38b515707f16a96939fe /net/libilbc | |
parent | 75d2251a86cd8140270136878156e30993b8778d (diff) | |
download | freebsd-ports-gnome-78c5994e60d47e3f4be796b187843d5c2d773d53.tar.gz freebsd-ports-gnome-78c5994e60d47e3f4be796b187843d5c2d773d53.tar.zst freebsd-ports-gnome-78c5994e60d47e3f4be796b187843d5c2d773d53.zip |
Default the WRKSRC to the proper extracted name for USE_GITHUB when
GH_TAGNAME is defaulted to the new DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX
change in r381689.
This actually fixes the build for sysutils/zfstools, broken in r381704.
With hat: portmgr
Diffstat (limited to 'net/libilbc')
-rw-r--r-- | net/libilbc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/libilbc/Makefile b/net/libilbc/Makefile index 9db8ecc02b3e..e9f80e7961ca 100644 --- a/net/libilbc/Makefile +++ b/net/libilbc/Makefile @@ -15,7 +15,6 @@ CONFLICTS= ilbc-r[0-9]* USE_GITHUB= yes GH_ACCOUNT= TimothyGu -WRKSRC= ${WRKDIR}/${GH_PROJECT}-${DISTVERSION} USES= cmake USE_LDCONFIG= yes |