aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-ucl
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 /textproc/py-ucl
parent08de97af63bd102fac562329128cc3ee8140c375 (diff)
downloadports-d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e.tar.gz
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
Notes
Notes: svn path=/head/; revision=430490
Diffstat (limited to 'textproc/py-ucl')
-rw-r--r--textproc/py-ucl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-ucl/Makefile b/textproc/py-ucl/Makefile
index aff17e99556a..3d7fa241587b 100644
--- a/textproc/py-ucl/Makefile
+++ b/textproc/py-ucl/Makefile
@@ -20,6 +20,6 @@ USE_PYTHON= autoplist concurrent distutils
GH_ACCOUNT= vstakhov
GH_PROJECT= libucl
-WRKSRC= ${WRKDIR}/libucl-${PORTVERSION}/python
+WRKSRC_SUBDIR= python
.include <bsd.port.mk>