diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/pstoedit/Makefile | |
parent | There was one PKGNAME hiding inside an .if. (diff) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'graphics/pstoedit/Makefile')
-rw-r--r-- | graphics/pstoedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index b8b7bb953e7b..012ab899d2ee 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: pstodit -# Version required: 3.17 # Date created: 03 July 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pstoedit_3_17 -PKGNAME= pstoedit-3.17 +PORTNAME= pstoedit +PORTVERSION= 3.17 CATEGORIES= graphics print MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ +DISTNAME= ${PORTNAME}_3_17 MAINTAINER= jseger@FreeBSD.org |