diff options
author | mat <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-03 02:52:07 +0800 |
commit | f47f83f9c8923b3b0f740482331aab0d0aa669e9 (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /graphics/eps2png | |
parent | 16bdaae92136c316b9043fffbf5fb4438dce004e (diff) | |
download | freebsd-ports-graphics-f47f83f9c8923b3b0f740482331aab0d0aa669e9.tar.gz freebsd-ports-graphics-f47f83f9c8923b3b0f740482331aab0d0aa669e9.tar.zst freebsd-ports-graphics-f47f83f9c8923b3b0f740482331aab0d0aa669e9.zip |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'graphics/eps2png')
-rw-r--r-- | graphics/eps2png/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile index b5e766a444f..41266dc178d 100644 --- a/graphics/eps2png/Makefile +++ b/graphics/eps2png/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: eps2png -# Date created: 12 February 2001 -# Whom: nik -# +# Created by: nik # $FreeBSD$ -# PORTNAME= eps2png PORTVERSION= 2.7 @@ -16,7 +12,8 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Converts EPS images to PNG USE_GHOSTSCRIPT= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAKE_ARGS= INSTLLSCRIPT="${PREFIX}/bin" MAN1= eps2png.1 |