diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-08-04 08:20:29 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-08-04 08:20:29 +0000 |
commit | d62726190505d254f16de831f099665210c78446 (patch) | |
tree | 98a01ad50a06c8dbf4bf54a14d50298e2631c62c /lang/python-doc-html/Makefile | |
parent | Activate gtkglarea (diff) |
Add version number to package name.
PR: 12954
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
Diffstat (limited to '')
-rw-r--r-- | lang/python-doc-html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 8332cf30fd91..5cb707b9606c 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -3,11 +3,11 @@ # Date created: 12 May 1999 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/06/02 10:13:22 tg Exp $ # DISTNAME= ${DOCFORMAT}-${VERSION} -PKGNAME= python-doc-${DOCFORMAT} +PKGNAME= python-doc-${DOCFORMAT}-${VERSION} CATEGORIES= lang python MASTER_SITES= ftp://www.python.org/pub/python/doc/1.5.2/ \ ftp://ftp.cwi.nl/pub/python/doc/1.5.2/ |