Date: Mon, 19 Oct 2015 13:51:34 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r399676 - branches/2015Q4/astro/gpstk Message-ID: <201510191351.t9JDpYnj006474@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Mon Oct 19 13:51:34 2015 New Revision: 399676 URL: https://svnweb.freebsd.org/changeset/ports/399676 Log: MFH: r399675 astro/gpstk: Fix fatal portlint(8) error Move EXTRACT_AFTER_ARGS out of the PORTNAME section causing FATAL portlint error. PR: 201196 Approved by: portmgr (feld) Modified: branches/2015Q4/astro/gpstk/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/astro/gpstk/Makefile ============================================================================== --- branches/2015Q4/astro/gpstk/Makefile Mon Oct 19 13:49:16 2015 (r399675) +++ branches/2015Q4/astro/gpstk/Makefile Mon Oct 19 13:51:34 2015 (r399676) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510191351.t9JDpYnj006474>