diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
commit | 5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch) | |
tree | e003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/epstool/Makefile | |
parent | 04bbceac8727972f87d989535e389515e2dcfd58 (diff) | |
download | ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.tar.gz ports-5fc663a1ad4abbd182153921cceebc17b7d29a63.zip |
Notes
Diffstat (limited to 'graphics/epstool/Makefile')
-rw-r--r-- | graphics/epstool/Makefile | 6 |
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 |