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/codeigniter/Makefile | |
| parent | update 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
Diffstat (limited to 'www/codeigniter/Makefile')
| -rw-r--r-- | www/codeigniter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/codeigniter/Makefile b/www/codeigniter/Makefile index 6a16e2fdd38d..74ffbdca3d5f 100644 --- a/www/codeigniter/Makefile +++ b/www/codeigniter/Makefile @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt USE_GITHUB= yes GH_ACCOUNT= bcit-ci +GH_PROJECT= CodeIgniter CONFLICTS= codeigniter-1.[0-9]* codeigniter22-2.[0-9]* @@ -24,7 +25,6 @@ PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} CI_SYS_DIR= system CI_CONF_DIR= application/config -WRKSRC= ${WRKDIR}/CodeIgniter-${PORTVERSION} PORTDOCS= * # These are all user-configurable files that we'll install |
