aboutsummaryrefslogtreecommitdiff
path: root/devel/py-sip/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-08-04 19:18:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-08-04 19:18:49 +0000
commitf037f3f08c20862f3f0de36ca6e6309ba5f5feca (patch)
treecf92630ee7d19069a213e6cbffcc9a7c08090fb2 /devel/py-sip/Makefile
parentdfffa548f03f2cd770e60b6375b3e95c7ccae695 (diff)
downloadports-f037f3f08c20862f3f0de36ca6e6309ba5f5feca.tar.gz
ports-f037f3f08c20862f3f0de36ca6e6309ba5f5feca.zip
Notes
Diffstat (limited to 'devel/py-sip/Makefile')
-rw-r--r--devel/py-sip/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/py-sip/Makefile b/devel/py-sip/Makefile
index 93a3127aff03..01abaea1b310 100644
--- a/devel/py-sip/Makefile
+++ b/devel/py-sip/Makefile
@@ -25,6 +25,8 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
ARGS= -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR}\
-e ${PYTHONPREFIX_INCLUDEDIR} -v ${DATADIR}
+PORTDOCS= *
+
.include "files/bsd.pyqt.mk"
.include <bsd.port.pre.mk>
@@ -45,9 +47,8 @@ post-configure:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR} && cd ${WRKSRC} && ${INSTALL_DATA}\
- doc/sipref.txt doc/sipref.html\
- NEWS LICENSE ${DOCSDIR}
+ ${MKDIR} ${DOCSDIR} && cd ${WRKSRC}/doc/html && \
+ ${COPYTREE_SHARE} \. ${DOCSDIR}
.endif
${MKDIR} ${DATADIR} &&\
cd ${PYTHONPREFIX_SITELIBDIR} &&\