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 /www/ilias | |
parent | 08de97af63bd102fac562329128cc3ee8140c375 (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 'www/ilias')
-rw-r--r-- | www/ilias/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/ilias/Makefile b/www/ilias/Makefile index 51b14ebea256..701b92d9dfc4 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -29,7 +29,6 @@ NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message USE_PHP= mysql session zlib gd pdf dom xsl pcre -WRKSRC= ${WRKDIR}/ILIAS-${PORTVERSION} ILIASDIR= www/ilias ILIASDATADIR= www/iliasdata PLIST_SUB= ILIASDATADIR=${ILIASDATADIR} |