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 /biology | |
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 'biology')
-rw-r--r-- | biology/fastool/Makefile | 2 | ||||
-rw-r--r-- | biology/p5-transdecoder/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/biology/fastool/Makefile b/biology/fastool/Makefile index 0e290569743e..51f5f5bc5e19 100644 --- a/biology/fastool/Makefile +++ b/biology/fastool/Makefile @@ -14,8 +14,6 @@ USE_GITHUB= yes GH_ACCOUNT= fstrozzi GH_PROJECT= Fastool -WRKSRC= ${WRKDIR}/Fastool-${PORTVERSION} - PLIST_FILES= bin/fastool CFLAGS+= -std=c99 diff --git a/biology/p5-transdecoder/Makefile b/biology/p5-transdecoder/Makefile index 003ec621d474..cbd48413f3a4 100644 --- a/biology/p5-transdecoder/Makefile +++ b/biology/p5-transdecoder/Makefile @@ -26,8 +26,6 @@ SHEBANG_FILES= sample_data/cufflinks_example/runMe.sh \ USE_GITHUB= yes GH_PROJECT= TransDecoder -WRKSRC= ${WRKDIR}/${GH_PROJECT}-${PORTVERSION} - PERL_MOD_DIR= ${PREFIX}/${SITE_PERL_REL}/${PORTNAME} PERL_UTIL_DIR= ${PREFIX}/libexec/${PORTNAME} |