aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-04-29 16:57:12 +0800
committerbapt <bapt@FreeBSD.org>2013-04-29 16:57:12 +0800
commit1ca518c98321627ea34bdaae84c439a2f0df0cdf (patch)
tree526d65e6697f1e03c06ab0d0f901688aa2c4e18d /astro
parent81215f7fb03620d52b441a5714e6af1fb655c743 (diff)
downloadfreebsd-ports-gnome-1ca518c98321627ea34bdaae84c439a2f0df0cdf.tar.gz
freebsd-ports-gnome-1ca518c98321627ea34bdaae84c439a2f0df0cdf.tar.zst
freebsd-ports-gnome-1ca518c98321627ea34bdaae84c439a2f0df0cdf.zip
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
Diffstat (limited to 'astro')
-rw-r--r--astro/wmmoonclock/Makefile9
-rw-r--r--astro/wmspaceweather/Makefile9
2 files changed, 2 insertions, 16 deletions
diff --git a/astro/wmmoonclock/Makefile b/astro/wmmoonclock/Makefile
index f811d2f575d2..1374f8a88cdc 100644
--- a/astro/wmmoonclock/Makefile
+++ b/astro/wmmoonclock/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: wmMoonClock
-# Date created: 14 March 1999
-# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
-#
+# Created by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
# $FreeBSD$
-#
PORTNAME= wmMoonClock
PORTVERSION= 1.27
@@ -14,9 +10,6 @@ MASTER_SITES= http://www.dockapps.org/files/14/21/
MAINTAINER= ports@FreeBSD.org
COMMENT= Displays the phase of the moon, plus orbital data
-# Distfile says it's a .tar.gz but is actually uncompressed
-EXTRACT_CMD= ${CAT}
-EXTRACT_BEFORE_ARGS=
WRKSRC= ${WRKDIR}/${DISTNAME}/Src
USE_XORG= xpm
diff --git a/astro/wmspaceweather/Makefile b/astro/wmspaceweather/Makefile
index fadb387a990f..d7486b2a3c55 100644
--- a/astro/wmspaceweather/Makefile
+++ b/astro/wmspaceweather/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: wmSpaceWeather
-# Date created: 16 April 1999
-# Whom: Chris Piazza <cpiazza@FreeBSD.org>
-#
+# Created by: Chris Piazza <cpiazza@FreeBSD.org>
# $FreeBSD$
PORTNAME= wmspaceweather
@@ -21,10 +18,6 @@ RUN_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather
-# distfile is actually just a tar with suffix .tar.gz:
-EXTRACT_CMD= ${CAT}
-EXTRACT_BEFORE_ARGS=
-
USE_XORG= x11 xext xpm
ALL_TARGET= clean all
MAKE_JOBS_UNSAFE= yes