summaryrefslogtreecommitdiffstats
path: root/graphics/sketch/Makefile
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2000-01-12 12:28:58 +0000
committertg <tg@FreeBSD.org>2000-01-12 12:28:58 +0000
commitbe1138e61a579bc7358258125c007fb0af6cc037 (patch)
tree1dabb6ffafb11775ed4651c8de827a7373749523 /graphics/sketch/Makefile
parentc12996a4ed2d4f7b62dd5c455fdaad6b55f6e02d (diff)
downloadFreeBSD-ports-be1138e61a579bc7358258125c007fb0af6cc037.zip
FreeBSD-ports-be1138e61a579bc7358258125c007fb0af6cc037.tar.gz
Upgrade to 0.6.4.
Diffstat (limited to 'graphics/sketch/Makefile')
-rw-r--r--graphics/sketch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index 2f14e01..f6dcb13 100644
--- a/graphics/sketch/Makefile
+++ b/graphics/sketch/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: sketch
-# Version required: 0.6.3
+# Version required: 0.6.4
# Date created: 04 November 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= sketch-0.6.3
+DISTNAME= sketch-0.6.4
CATEGORIES= graphics
MASTER_SITES= http://download.sourceforge.net/sketch/
@@ -31,7 +31,7 @@ do-build:
do-install:
@${MKDIR} ${SKETCHDIR}
.for dir in Filter Pax Plugins Resources Script Sketch
- (cd ${WRKSRC}; ${TAR} cf - --exclude-from=${FILESDIR}/excludelist ${dir}) | \
+ (cd ${WRKSRC}; ${TAR} -cf - -X ${FILESDIR}/excludelist ${dir}) | \
(cd ${SKETCHDIR}; ${TAR} xf -)
.endfor
(cd ${WRKSRC}; ${INSTALL_SCRIPT} finishinst.py sk2ps.py sketch.py ${SKETCHDIR})
OpenPOWER on IntegriCloud