From 7424d81366b5e0e3d5b06bf01a094f97410265aa Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Mon, 19 Oct 2015 13:49:16 +0000 Subject: [PATCH] astro/gpstk: Fix fatal portlint(8) error Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint error. PR: 201196 MFH: 2015Q4 --- astro/gpstk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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