diff options
author | asami <asami@FreeBSD.org> | 1998-07-20 20:22:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-20 20:22:33 +0000 |
commit | b8428abfbb721339766f03b368362dd0802faca3 (patch) | |
tree | ec28ab841ad54ba0dd59ab04b6f81859c721c18f /graphics | |
parent | 3d1ef1a6d65826772d211cf4beb2a23c36026c79 (diff) | |
download | FreeBSD-ports-b8428abfbb721339766f03b368362dd0802faca3.zip FreeBSD-ports-b8428abfbb721339766f03b368362dd0802faca3.tar.gz |
Can't fetch....
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index b33248a..9e7f7be 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$ +# $Id: Makefile,v 1.1.1.1 1998/07/16 06:35:29 tg Exp $ # DISTNAME= pstoedit.2.60p1 @@ -17,6 +17,8 @@ MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 +BROKEN= fetch + EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -q EXTRACT_AFTER_ARGS= -d ${WRKDIR} |