svn commit: r377025 - in head/astro: stellarium stellarium-qt4

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jan 14 16:06:32 UTC 2015


Author: danfe
Date: Wed Jan 14 16:06:30 2015
New Revision: 377025
URL: https://svnweb.freebsd.org/changeset/ports/377025
QAT: https://qat.redports.org/buildarchive/r377025/

Log:
  Adjust EXTRACT_ONLY (":group" part is not needed for _DISTFILES).

Modified:
  head/astro/stellarium-qt4/Makefile
  head/astro/stellarium/Makefile

Modified: head/astro/stellarium-qt4/Makefile
==============================================================================
--- head/astro/stellarium-qt4/Makefile	Wed Jan 14 16:04:12 2015	(r377024)
+++ head/astro/stellarium-qt4/Makefile	Wed Jan 14 16:06:30 2015	(r377025)
@@ -7,7 +7,7 @@ CATEGORIES=	astro
 MASTER_SITES=	SF/${PORTNAME}/Stellarium-sources/${PORTVERSION}
 PKGNAMESUFFIX=	-qt4
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
-EXTRACT_ONLY=	${_DISTFILES:Nstars_*.cat\:stars?}
+EXTRACT_ONLY=	${_DISTFILES:Nstars_*.cat}
 
 MAINTAINER=	danfe at FreeBSD.org
 COMMENT=	3D photo-realistic sky renderer (planetarium)

Modified: head/astro/stellarium/Makefile
==============================================================================
--- head/astro/stellarium/Makefile	Wed Jan 14 16:04:12 2015	(r377024)
+++ head/astro/stellarium/Makefile	Wed Jan 14 16:06:30 2015	(r377025)
@@ -6,7 +6,7 @@ PORTVERSION=	0.13.1
 CATEGORIES=	astro
 MASTER_SITES=	SF/${PORTNAME}/Stellarium-sources/${PORTVERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
-EXTRACT_ONLY=	${_DISTFILES:Nstars_*.cat\:stars?}
+EXTRACT_ONLY=	${_DISTFILES:Nstars_*.cat}
 
 MAINTAINER=	danfe at FreeBSD.org
 COMMENT=	3D photo-realistic sky renderer (planetarium)


More information about the svn-ports-all mailing list