diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
commit | 5271da855f0c5946ff1f3aa58fbe806871df2f87 (patch) | |
tree | 526d65e6697f1e03c06ab0d0f901688aa2c4e18d /print/foo2zjs | |
parent | 8730c99d5ea1ba861dbab3e0dbc07e16826b1a7a (diff) |
Notes
Diffstat (limited to 'print/foo2zjs')
-rw-r--r-- | print/foo2zjs/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index 2b7bdb798791..a3af76252a4a 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: foo2zjs -# Date created: 2006-03-17 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# +# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> # $FreeBSD$ -# PORTNAME= foo2zjs PORTVERSION= 20110609 @@ -112,7 +108,6 @@ XML_FILES= driver/foo2hiperc.xml \ printer/Xerox-Phaser_6110.xml \ printer/Xerox-Phaser_6115MFP.xml -EXTRACT_AFTER_ARGS= | ${TAR} -xf - .for FILES in ${XML_FILES} EXTRACT_AFTER_ARGS+= --exclude '${FILES}' .endfor |