diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 18:48:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 18:48:02 +0800 |
commit | a8c06149e5158eafa30980b35685f740cdec1af3 (patch) | |
tree | 68c9fd7effa302b4cf99ebe21b0ddeef139a874e /graphics/py-imaging | |
parent | e1fa988021605b6f3e83056e005e6e5e549b9a94 (diff) | |
download | freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.tar.gz freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.tar.zst freebsd-ports-gnome-a8c06149e5158eafa30980b35685f740cdec1af3.zip |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
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 |