diff options
author | koobs <koobs@FreeBSD.org> | 2015-10-19 21:49:16 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-10-19 21:49:16 +0800 |
commit | 8e99d0587669677f280fa4f65607fec18e2e31b5 (patch) | |
tree | 4c3e5c07424df43aac08add9416d99ecf0bb3d4e /astro | |
parent | c493cec45727e98e4d5c543cf6f6a48ffad2cc3c (diff) | |
download | freebsd-ports-gnome-8e99d0587669677f280fa4f65607fec18e2e31b5.tar.gz freebsd-ports-gnome-8e99d0587669677f280fa4f65607fec18e2e31b5.tar.zst freebsd-ports-gnome-8e99d0587669677f280fa4f65607fec18e2e31b5.zip |
astro/gpstk: Fix fatal portlint(8) error
Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint
error.
PR: 201196
MFH: 2015Q4
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpstk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/gpstk/Makefile b/astro/gpstk/Makefile index 07490ae494c6..1fe1eb16694f 100644 --- a/astro/gpstk/Makefile +++ b/astro/gpstk/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 2.5 CATEGORIES= astro devel MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}.src -EXTRACT_AFTER_ARGS= --exclude .git MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit for developing GPS applications @@ -17,6 +16,8 @@ USES= cmake python:run USE_GCC= yes USE_LDCONFIG= yes +EXTRACT_AFTER_ARGS= --exclude .git + WRKSRC= ${WRKDIR}/dev .include <bsd.port.mk> |