diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-26 18:26:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-26 18:26:14 +0000 |
commit | f3ace4251bf81537fd95588af145d9d6d6e40008 (patch) | |
tree | 6b4799b0cf7b3d20af9184999a4aa0c2ebcba9ce /finance | |
parent | 387330411881d2d22bd6749ac2a3caafb0d8c0fb (diff) | |
download | ports-f3ace4251bf81537fd95588af145d9d6d6e40008.tar.gz ports-f3ace4251bf81537fd95588af145d9d6d6e40008.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/sabernetdcs-client/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/finance/sabernetdcs-client/Makefile b/finance/sabernetdcs-client/Makefile index 215ed75b2ef1..04258399468b 100644 --- a/finance/sabernetdcs-client/Makefile +++ b/finance/sabernetdcs-client/Makefile @@ -23,16 +23,13 @@ USES= python tar:bzip2 DOCSDIR= ${PREFIX}/share/doc/sndcs DATADIR= ${PREFIX}/share/sndcs SUB_FILES= pkg-message +NO_ARCH= yes PYDISTUTILS_PKGNAME= sndcs OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if empty(PORT_OPTIONS:MDOCS) -EXTRA_PATCHES= ${FILESDIR}/extra-patch-setup.py -.endif +DOCS_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-setup.py post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup.py @@ -40,6 +37,4 @@ post-patch: do-configure: cd ${WRKSRC} && ${CP} "${FILESDIR}/sndcs2.conf" "sndcs/config/sndcs2.conf" -post-install: - .include <bsd.port.mk> |