diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (patch) | |
tree | 98671b38100211b23e9d578a8a5a241e41b8a707 /lang/python-doc-html/Makefile | |
parent | PORTNAME/PORTVERSION stuff (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to '')
-rw-r--r-- | lang/python-doc-html/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 74e6317ef416..6f09b66dc9a9 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: python-doc -# Version required: 1.5.2p2 # Date created: 12 May 1999 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= ${DOCFORMAT}-${VERSION} -PKGNAME= python-doc-${DOCFORMAT}-${VERSION} +PORTNAME= python-doc-${DOCFORMAT} +PORTVERSION= 1.5.2p2 CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/doc/ \ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/doc/1.5.2p2/ +DISTNAME= ${DOCFORMAT}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= tg@FreeBSD.org @@ -19,7 +19,6 @@ DIST_SUBDIR= python NO_BUILD= yes PLIST= ${PKGDIR}/PLIST_${DOCFORMAT} -VERSION= 1.5.2p2 DOCDIR= ${PREFIX}/share/doc/python DOCFORMAT?= html |