summaryrefslogtreecommitdiff
path: root/graphics/py-imaging-handbook
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-handbook
parentThere was one PKGNAME hiding inside an .if. (diff)
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-handbook')
-rw-r--r--graphics/py-imaging-handbook/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/py-imaging-handbook/Makefile b/graphics/py-imaging-handbook/Makefile
index d2801b1ef73e..8022e5c0e69e 100644
--- a/graphics/py-imaging-handbook/Makefile
+++ b/graphics/py-imaging-handbook/Makefile
@@ -1,14 +1,15 @@
# New ports collection makefile for: PIL handbook
-# Version required: 1.0
# Date created: 18th October 1999
# Whom: Jose Marques
#
# $FreeBSD$
#
-DISTNAME= py-imaging-handbook-1.0
+PORTNAME= imaging-handbook
+PORTVERSION= 1.0
CATEGORIES= graphics
MASTER_SITES= http://www.pythonware.com/library/pil/handbook/
+PKGNAMEPREFIX= py-
DISTFILES= labdoc.css index.htm overview.htm concepts.htm \
intro01.htm support.htm license.htm image.htm \
imagechops.htm imagedraw.htm imageenhance.htm \