diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 18:12:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 18:12:13 +0000 |
commit | d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e (patch) | |
tree | 1d4e886062c5321c028bc93a38a1f5524414637f /misc | |
parent | 08de97af63bd102fac562329128cc3ee8140c375 (diff) | |
download | freebsd-ports-d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e.zip |
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bdelta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bdelta/Makefile b/misc/bdelta/Makefile index 5eb299fc1321..4d58a7731445 100644 --- a/misc/bdelta/Makefile +++ b/misc/bdelta/Makefile @@ -11,7 +11,7 @@ COMMENT= Advanced delta creator, patcher, and library LICENSE= MPL -WRKSRC= ${WRKDIR}/BDelta-${PORTVERSION}/src +WRKSRC_SUBDIR= src USES= gmake USE_LDCONFIG= yes |