- Fix the usage of 'python' to get rid of the implicit lang/python

dependency
- Give the port a new home at python@
This commit is contained in:
Marcus von Appen 2013-12-01 11:56:09 +00:00
parent d5e31ba9d0
commit 96f4d9cce0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335375

View file

@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= dryice
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= HTMLgen
MAINTAINER= ports@FreeBSD.org
MAINTAINER= python@FreeBSD.org
COMMENT= A Python library for the generation of HTML documents
USE_PYTHON= -2.7
@ -22,6 +22,9 @@ NO_STAGE= yes
PORTDOCS= *
.endif
post-patch:
@${REINPLACE_CMD} -e 's|python |${PYTHON_CMD} |' ${WRKSRC}/Makefile
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}