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 /security/opieprint | |
parent | 8730c99d5ea1ba861dbab3e0dbc07e16826b1a7a (diff) |
Notes
Diffstat (limited to 'security/opieprint')
-rw-r--r-- | security/opieprint/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile index 51882385a99c..da79f9cd4398 100644 --- a/security/opieprint/Makefile +++ b/security/opieprint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: keyprint -# Date created: Sat May 29 02:05:00 PDT 1999 -# Whom: mharo@FreeBSD.org -# +# Created by: mharo@FreeBSD.org # $FreeBSD$ -# PORTNAME= opieprint PORTVERSION= 1.0 @@ -22,6 +18,8 @@ USE_PERL5_RUN= yes PLIST_FILES= bin/opieprint +EXTRACT_CMD= ${GZCAT} +EXTRACT_BEFORE_ARGS= # EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME} post-patch: |