summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
commitc99c6009443219fbcb10c1baf7b6d0c93975f58a (patch)
tree979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/py-imaging/Makefile
parentThere 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 '')
-rw-r--r--graphics/py-imaging/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile
index e3a19da10002..3519b011ef1b 100644
--- a/graphics/py-imaging/Makefile
+++ b/graphics/py-imaging/Makefile
@@ -1,17 +1,18 @@
# New ports collection makefile for: PIL
-# Version required: 1.0
# Date created: 02 November 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= Imaging-1.0
-PKGNAME= py-imaging-1.0
+PORTNAME= imaging
+PORTVERSION= 1.0
CATEGORIES= graphics python
MASTER_SITES= http://www.pythonware.com/downloads/ \
ftp://www.python.org/pub/python/src/ \
ftp://ftp.cwi.nl/pub/python/src/
+PKGNAMEPREFIX= py-
+DISTNAME= Imaging-${PORTVERSION}
MAINTAINER= tg@FreeBSD.org