summaryrefslogtreecommitdiff
path: root/graphics/epstool
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-13 06:28:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-13 06:28:28 +0000
commit5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch)
treee003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/epstool
parentConvert this to PORTNAME/PORTVERSION. Don't know why it wasn't converted (diff)
PORTNAME / PORTVERSION syntax conversion
Notes
Notes: svn path=/head/; revision=27470
Diffstat (limited to 'graphics/epstool')
-rw-r--r--graphics/epstool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile
index 46560bc82b0b..f397bc6de0b6 100644
--- a/graphics/epstool/Makefile
+++ b/graphics/epstool/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: epstool
-# Version required: 1.08
# Date created: 23 October 1999
# Whom: Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= epstool-108
-PKGNAME= epstool-1.08
+PORTNAME= epstool
+PORTVERSION= 1.08
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/ghostgum/ \
ftp://ftp.fh-koblenz.de/pub/Ghostscript/ghostgum/
+DISTNAME= ${PORTNAME}-108
MAINTAINER= ports@FreeBSD.org