diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-01-12 12:28:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-01-12 12:28:58 +0000 |
commit | 57c588eafc0c80d947ae5efd99f998ef86a9c5b3 (patch) | |
tree | 4a44684363233392153465d6b8b3849ab8160f8d /graphics/skencil/Makefile | |
parent | a49e8820c3c54e1686ed80161a9fefdc7c57b3b8 (diff) |
Notes
Diffstat (limited to 'graphics/skencil/Makefile')
-rw-r--r-- | graphics/skencil/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 2f14e01b5f90..f6dcb135bac3 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/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}) |