From d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 3 Jan 2017 18:12:13 +0000 Subject: 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 --- biology/fastool/Makefile | 2 -- biology/p5-transdecoder/Makefile | 2 -- 2 files changed, 4 deletions(-) (limited to 'biology') 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} -- cgit v1.2.3