aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-08-31 11:59:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-08-31 11:59:08 +0000
commit38eccd6847de615325102980adf6455550b7b3bc (patch)
treed8ba3ca05a108618dc14a24744044353acde388c
parentb6541c52c0961213167e4d5e3c6050cd977f1cac (diff)
downloadports-38eccd6847de615325102980adf6455550b7b3bc.tar.gz
ports-38eccd6847de615325102980adf6455550b7b3bc.zip
- Update WWW
- Switch to options helpers Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=449026
-rw-r--r--net/spideroak/Makefile10
-rw-r--r--net/spideroak/pkg-descr2
2 files changed, 6 insertions, 6 deletions
diff --git a/net/spideroak/Makefile b/net/spideroak/Makefile
index f20fff0f5274..1aefbca5d92e 100644
--- a/net/spideroak/Makefile
+++ b/net/spideroak/Makefile
@@ -35,8 +35,6 @@ SUB_FILES= pkg-message
USES= desktop-file-utils linux python:2 tar:tgz
USE_LINUX= xorglibs
-.include <bsd.port.options.mk>
-
post-patch:
${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},1' \
-e 's,%%DATADIR%%,${DATADIR},1' \
@@ -55,11 +53,13 @@ do-install:
${LOCALBASE}/bin/desktop-file-install \
--mode=${SHAREMODE} --dir=${STAGEDIR}${DESKTOPDIR} \
${WRKSRC}/usr/share/applications/SpiderOakONE.desktop
+ ${INSTALL_DATA} ${WRKSRC}/usr/share/pixmaps/*.png ${STAGEDIR}${PREFIX}/share/pixmaps/
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/usr/share/doc/SpiderOakONE/Getting\ Started\ Guide.pdf ${STAGEDIR}${DOCSDIR}
-.if ${PORT_OPTIONS:MMANPAGES}
+
+do-install-MANPAGES-on:
${INSTALL_MAN} ${WRKSRC}/usr/share/man/man1/SpiderOakONE.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/
-.endif
- ${INSTALL_DATA} ${WRKSRC}/usr/share/pixmaps/*.png ${STAGEDIR}${PREFIX}/share/pixmaps/
.include <bsd.port.mk>
diff --git a/net/spideroak/pkg-descr b/net/spideroak/pkg-descr
index 08d47f7e39af..40227367f3e6 100644
--- a/net/spideroak/pkg-descr
+++ b/net/spideroak/pkg-descr
@@ -1,4 +1,4 @@
SpiderOak is a popular service for storing and syncing files online.
This port installs the Linux client.
-WWW: http://spideroak.com/
+WWW: https://spideroak.com/