diff options
author | mat <mat@FreeBSD.org> | 2015-12-29 22:30:46 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-29 22:30:46 +0800 |
commit | 1772163e63a0cba092480dd01075455ffac9c61c (patch) | |
tree | 80d47d6daf921a1ed1c73eb307c65303934a6eed /biology | |
parent | e51643ad7d5e433459afaad3c44b31e1e7722b73 (diff) | |
download | freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.tar.gz freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.tar.zst freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.zip |
Cleanup GH_* and variables order.
Sponsored by: Absolight
Diffstat (limited to 'biology')
-rw-r--r-- | biology/fastx-toolkit/Makefile | 1 | ||||
-rw-r--r-- | biology/lamarc/Makefile | 2 | ||||
-rw-r--r-- | biology/libgtextutils/Makefile | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/biology/fastx-toolkit/Makefile b/biology/fastx-toolkit/Makefile index 26e5da66c434..67a7c846d851 100644 --- a/biology/fastx-toolkit/Makefile +++ b/biology/fastx-toolkit/Makefile @@ -18,7 +18,6 @@ SHEBANG_FILES= scripts/*.pl USE_GITHUB= yes GH_ACCOUNT= agordon -GH_PROJECT= ${PORTNAME} GNU_CONFIGURE= yes diff --git a/biology/lamarc/Makefile b/biology/lamarc/Makefile index 75d9ddc65620..2e5e3b0b3c1c 100644 --- a/biology/lamarc/Makefile +++ b/biology/lamarc/Makefile @@ -3,8 +3,8 @@ PORTNAME= lamarc PORTVERSION= 2.1.8 -PORTREVISION= 1 DISTVERSIONSUFFIX= -src +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= http://evolution.genetics.washington.edu/lamarc/download/ diff --git a/biology/libgtextutils/Makefile b/biology/libgtextutils/Makefile index 1293a0186505..1cc106ef7e7d 100644 --- a/biology/libgtextutils/Makefile +++ b/biology/libgtextutils/Makefile @@ -16,7 +16,6 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= agordon -GH_PROJECT= libgtextutils INSTALL_TARGET= install-strip |