diff options
Diffstat (limited to 'net/spideroak')
-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/ |