diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-11 15:49:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-11 15:49:36 +0000 |
commit | 5f1caaafb25e43ae0249d50ae785a4d3e199bdbe (patch) | |
tree | bed7ed86256ec7a8edfb1f8830173c5710d4d0a6 /www/py-qpy/Makefile | |
parent | 99c64b3b1f5e3c9f3e7b165f14517579675ddd5d (diff) | |
download | ports-5f1caaafb25e43ae0249d50ae785a4d3e199bdbe.tar.gz ports-5f1caaafb25e43ae0249d50ae785a4d3e199bdbe.zip |
Notes
Diffstat (limited to 'www/py-qpy/Makefile')
-rw-r--r-- | www/py-qpy/Makefile | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/www/py-qpy/Makefile b/www/py-qpy/Makefile index c7863fd203a3..2125314b4790 100644 --- a/www/py-qpy/Makefile +++ b/www/py-qpy/Makefile @@ -6,12 +6,9 @@ # PORTNAME= qpy -PORTVERSION= 1.6 -PORTREVISION= 1 +PORTVERSION= 1.8 CATEGORIES= www python -MASTER_SITES= http://www.mems-exchange.org/software/qpy/ \ - ${MASTER_SITE_LOCAL} \ - http://dryice.name/computer/FreeBSD/distfiles/ +MASTER_SITES= http://www.mems-exchange.org/software/qpy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org @@ -20,14 +17,11 @@ COMMENT= Generating safely-quoted html text from python code USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes -.include <bsd.port.pre.mk> - post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} -.for docfile in CHANGES.txt LICENSE.txt README.txt - @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} -.endfor + @${MKDIR} ${DOCSDIR}/ + @cd ${WRKSRC} && \ + ${INSTALL_DATA} CHANGES.txt LICENSE.txt README.txt ${DOCSDIR}/ .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |