diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-07-21 06:44:10 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-07-21 06:44:10 +0000 |
commit | 184e5888da1e3a3cd2e5a29918e645941ff084cf (patch) | |
tree | 0e3ed58bf4f63e9f0203d64ae598758b8266ccc3 /graphics/pstoedit | |
parent | 83469200d2350d0ea751f17733f38cd34f3e81fd (diff) | |
download | ports-184e5888da1e3a3cd2e5a29918e645941ff084cf.tar.gz ports-184e5888da1e3a3cd2e5a29918e645941ff084cf.zip |
Notes
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 9e7f7beeb6f3..2f25e85d0d05 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} |