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 | |
parent | 343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (diff) | |
download | ports-5cd5b258b59f63241fff7b2d0cdeda22c2138b33.tar.gz ports-5cd5b258b59f63241fff7b2d0cdeda22c2138b33.zip |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27458
Diffstat (limited to 'lang/python-doc-html')
-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 |