diff options
author | mva <mva@FreeBSD.org> | 2013-12-01 19:56:09 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-12-01 19:56:09 +0800 |
commit | a657e1f08db2fda903170360273adff5ff3e041a (patch) | |
tree | 0ce434e2d341c5caec68d0b44625e1fd626ed884 /www/py-HTMLgen | |
parent | 0095e3bfa37a98e2e486f38015321f3c91431e97 (diff) | |
download | freebsd-ports-gnome-a657e1f08db2fda903170360273adff5ff3e041a.tar.gz freebsd-ports-gnome-a657e1f08db2fda903170360273adff5ff3e041a.tar.zst freebsd-ports-gnome-a657e1f08db2fda903170360273adff5ff3e041a.zip |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
- Give the port a new home at python@
Diffstat (limited to 'www/py-HTMLgen')
-rw-r--r-- | www/py-HTMLgen/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-HTMLgen/Makefile b/www/py-HTMLgen/Makefile index 338688c31190..ec166492d2fc 100644 --- a/www/py-HTMLgen/Makefile +++ b/www/py-HTMLgen/Makefile @@ -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} |