diff options
author | tg <tg@FreeBSD.org> | 1998-07-21 14:44:10 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-07-21 14:44:10 +0800 |
commit | a2b0bb333fed003ae05a96d27d6ce7733334acfa (patch) | |
tree | 71281c873ee8e22b3c882bd231c8055cb2c8607a /graphics/pstoedit | |
parent | c601b5358ad0672d8c40b6f0d82a9319cfff6922 (diff) | |
download | freebsd-ports-graphics-a2b0bb333fed003ae05a96d27d6ce7733334acfa.tar.gz freebsd-ports-graphics-a2b0bb333fed003ae05a96d27d6ce7733334acfa.tar.zst freebsd-ports-graphics-a2b0bb333fed003ae05a96d27d6ce7733334acfa.zip |
Set FETCH_BEFORE_ARGS=-t to fetch.
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 9e7f7beeb6f..2f25e85d0d0 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -3,7 +3,7 @@ # Date created: 03 July 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/07/16 06:35:29 tg Exp $ +# $Id: Makefile,v 1.2 1998/07/20 20:22:33 asami Exp $ # DISTNAME= pstoedit.2.60p1 @@ -17,8 +17,7 @@ MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 -BROKEN= fetch - +FETCH_BEFORE_ARGS= -t EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -q EXTRACT_AFTER_ARGS= -d ${WRKDIR} |