aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-10-19 13:51:34 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-10-19 13:51:34 +0000
commit38b6414efbd640270dffd8a68b28a8ab46086b9f (patch)
tree4c54d54bae14830a577b80676b27c2ff71f35098 /astro
parent1e6254498f0933b8c4ccce5da6d68a57db52b85e (diff)
downloadports-38b6414efbd640270dffd8a68b28a8ab46086b9f.tar.gz
ports-38b6414efbd640270dffd8a68b28a8ab46086b9f.zip
Notes
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>