diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 20:22:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 20:22:33 +0000 |
commit | c7c33a63f2cd5a71f983ed12b31556afc3e000af (patch) | |
tree | eaf0a5cf5003ad5abfa31f3605f4289d36103b88 /graphics/pstoedit | |
parent | 973873e6b4516d14a5b1c4b9f9ecee20e4c42d30 (diff) |
Notes
Diffstat (limited to 'graphics/pstoedit')
-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 b33248a96ad8..9e7f7beeb6f3 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} |