summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-10-19 13:49:16 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-10-19 13:49:16 +0000
commit7424d81366b5e0e3d5b06bf01a094f97410265aa (patch)
tree4c3e5c07424df43aac08add9416d99ecf0bb3d4e /astro
parentRemove net/ntp-rc: (diff)
astro/gpstk: Fix fatal portlint(8) error
Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint error. PR: 201196 MFH: 2015Q4
Notes
Notes: svn path=/head/; revision=399675
Diffstat (limited to 'astro')
-rw-r--r--astro/gpstk/Makefile3
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>