diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-08-31 11:59:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-08-31 11:59:08 +0000 |
commit | 38eccd6847de615325102980adf6455550b7b3bc (patch) | |
tree | d8ba3ca05a108618dc14a24744044353acde388c | |
parent | b6541c52c0961213167e4d5e3c6050cd977f1cac (diff) | |
download | ports-38eccd6847de615325102980adf6455550b7b3bc.tar.gz ports-38eccd6847de615325102980adf6455550b7b3bc.zip |
Notes
-rw-r--r-- | net/spideroak/Makefile | 10 | ||||
-rw-r--r-- | net/spideroak/pkg-descr | 2 |
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/ |