summaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-03 18:12:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-01-03 18:12:13 +0000
commitd83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e (patch)
tree1d4e886062c5321c028bc93a38a1f5524414637f /net/dgd
parentupdate thunderbird to 45.6.0 (diff)
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
Notes
Notes: svn path=/head/; revision=430490
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index ad4ae8971126..c276abcb8557 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -21,9 +21,8 @@ USE_GITHUB= yes
GH_ACCOUNT= dworkin
DIST_SUBDIR= dgd
-BASE_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-WRKSRC= ${BASE_WRKSRC}/src
-PATCH_WRKSRC= ${BASE_WRKSRC}
+WRKSRC_SUBDIR= src
+PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ALL_TARGET= install
MAKE_JOBS_UNSAFE= yes
MAKE_ENV+= EXTRA_DEFINES="${EXTRA_DEFINES}"