astro/gpstk: Fix fatal portlint(8) error

Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint
error.

PR:		201196
MFH:		2015Q4
This commit is contained in:
Kubilay Kocak 2015-10-19 13:49:16 +00:00
parent d85b993a5a
commit 7424d81366
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399675

View file

@ -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>