diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 23:29:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-20 23:29:11 +0000 |
commit | cf07471739edd382424c73dc4e7fc0f7bb4ac56f (patch) | |
tree | 6e208e865d3823ae8728d4317e351032c7bb1afd /security/py-pow/Makefile | |
parent | a37a08be8a024cc9fddf11eeb7fde975e02a7759 (diff) |
Notes
Diffstat (limited to 'security/py-pow/Makefile')
-rw-r--r-- | security/py-pow/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile index ffff8d40111d..0c4d24de81c5 100644 --- a/security/py-pow/Makefile +++ b/security/py-pow/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pow -PORTVERSION= 0.6.1 +PORTVERSION= 0.7 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,16 +21,14 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_OPENSSL= yes -.include <bsd.port.pre.mk> +PORTDOCS= POW.pdf -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/POW.pdf ${DOCSDIR} +.for i in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR} +.endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |