diff options
author | perky <perky@FreeBSD.org> | 2003-06-04 16:38:41 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-06-04 16:38:41 +0800 |
commit | 4761346813ac5040eb5937f0419e8988d5f0730e (patch) | |
tree | 4b765cb14ddb65ac4aa41d33e59c8a8e1e04a1d9 /lang/python-doc-html/Makefile | |
parent | 62a81e378cf0e603acada6f04824c74f03cc997b (diff) | |
download | freebsd-ports-gnome-4761346813ac5040eb5937f0419e8988d5f0730e.tar.gz freebsd-ports-gnome-4761346813ac5040eb5937f0419e8988d5f0730e.tar.zst freebsd-ports-gnome-4761346813ac5040eb5937f0419e8988d5f0730e.zip |
Update to 2.2.3 and correct tg's e-mail address.
Approved by: maintainer (implicitly)
Diffstat (limited to 'lang/python-doc-html/Makefile')
-rw-r--r-- | lang/python-doc-html/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 64cf7f8f0884..8c1bb8999cd6 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: python-doc # Date created: 12 May 1999 -# Whom: Thomas Gellekum <alane@FreeBSD.org> +# Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # @@ -34,6 +34,14 @@ DOCFORMAT?= html @${FALSE} .endif +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 220 +PLIST_SUB+= PYTHON22_ONLY="@comment " +.else +PLIST_SUB+= PYTHON22_ONLY="" +.endif + do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @@ -50,4 +58,4 @@ do-install: @(cd ${DOCDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTFILES} ${EXTRACT_AFTER_ARGS}) .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |