diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
commit | 5271da855f0c5946ff1f3aa58fbe806871df2f87 (patch) | |
tree | 526d65e6697f1e03c06ab0d0f901688aa2c4e18d /databases/pydbdesigner | |
parent | Update to 2.035. (diff) |
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
Notes
Notes:
svn path=/head/; revision=316786
Diffstat (limited to 'databases/pydbdesigner')
-rw-r--r-- | databases/pydbdesigner/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/pydbdesigner/Makefile b/databases/pydbdesigner/Makefile index b9e4e07badee..4c454481e120 100644 --- a/databases/pydbdesigner/Makefile +++ b/databases/pydbdesigner/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pydbdesigner -# Date created: 2003-01-02 -# Whom: Alan Eldridge <alane@geeksrus.net> -# +# Created by: Alan Eldridge <alane@geeksrus.net> # $FreeBSD$ -# PORTNAME= pydbdesigner PORTVERSION= 0.1.4.1 @@ -14,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= xride@FreeBSD.org COMMENT= Graphical designer for relational databases -EXTRACT_AFTER_ARGS= | ${TAR} --exclude CVS -xf - +EXTRACT_AFTER_ARGS= --exclude CVS USE_PYTHON= 2.2+ USE_WX= 2.4 |