diff options
author | mat <mat@FreeBSD.org> | 2017-01-04 02:12:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-04 02:12:13 +0800 |
commit | 2c3a1094385fb111645369282e3419767d925860 (patch) | |
tree | 1d4e886062c5321c028bc93a38a1f5524414637f /biology | |
parent | aad4670ff67a50d76907d0a785f60f1b6352b4b0 (diff) | |
download | freebsd-ports-gnome-2c3a1094385fb111645369282e3419767d925860.tar.gz freebsd-ports-gnome-2c3a1094385fb111645369282e3419767d925860.tar.zst freebsd-ports-gnome-2c3a1094385fb111645369282e3419767d925860.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
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} |