svn commit: r399675 - head/astro/gpstk

Kubilay Kocak koobs at FreeBSD.org
Mon Oct 19 13:49:18 UTC 2015


Author: koobs
Date: Mon Oct 19 13:49:16 2015
New Revision: 399675
URL: https://svnweb.freebsd.org/changeset/ports/399675

Log:
  astro/gpstk: Fix fatal portlint(8) error
  
  Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint
  error.
  
  PR:		201196
  MFH:		2015Q4

Modified:
  head/astro/gpstk/Makefile

Modified: head/astro/gpstk/Makefile
==============================================================================
--- head/astro/gpstk/Makefile	Mon Oct 19 13:49:11 2015	(r399674)
+++ head/astro/gpstk/Makefile	Mon Oct 19 13:49:16 2015	(r399675)
@@ -6,7 +6,6 @@ PORTVERSION=	2.5
 CATEGORIES=	astro devel
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION}.src
-EXTRACT_AFTER_ARGS=	--exclude .git
 
 MAINTAINER=	ports at 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>


More information about the svn-ports-all mailing list