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/py-imaging | |
parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) | |
download | ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.tar.gz ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.zip |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Notes
Notes:
svn path=/head/; revision=27514
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r-- | graphics/py-imaging/Makefile | 7 |
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 |