svn commit: r362611 - head/net/spideroak
Nicola Vitale
nivit at FreeBSD.org
Wed Jul 23 00:38:28 UTC 2014
Author: nivit
Date: Wed Jul 23 00:38:27 2014
New Revision: 362611
URL: http://svnweb.freebsd.org/changeset/ports/362611
QAT: https://qat.redports.org/buildarchive/r362611/
Log:
- Fix pkg-plist when MANPAGES option is off
- Bump PORTREVISION
PR: 192028
Submitted by: arcade at b1t.name
Modified:
head/net/spideroak/Makefile
head/net/spideroak/pkg-plist
Modified: head/net/spideroak/Makefile
==============================================================================
--- head/net/spideroak/Makefile Tue Jul 22 23:52:49 2014 (r362610)
+++ head/net/spideroak/Makefile Wed Jul 23 00:38:27 2014 (r362611)
@@ -3,7 +3,7 @@
PORTNAME= spideroak
PORTVERSION= 5.1.6
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/${PORTNAME}/ \
https://spideroak.com/getbuild?platform=slackware&arch=i386&dummy=/
@@ -24,7 +24,7 @@ ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= binary distribution
OPTIONS_DEFINE= DOCS MANPAGES
OPTIONS_DEFAULT= MANPAGES
-OPTIONS_SUB= MANPAGES
+OPTIONS_SUB= yes
PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} \
BINMODE=${BINMODE}
Modified: head/net/spideroak/pkg-plist
==============================================================================
--- head/net/spideroak/pkg-plist Tue Jul 22 23:52:49 2014 (r362610)
+++ head/net/spideroak/pkg-plist Wed Jul 23 00:38:27 2014 (r362611)
@@ -2,7 +2,7 @@ bin/SpiderOak
bin/spideroak
etc/dbus-1/system.d/SpiderOak.dbus.conf
etc/xdg/menus/applications-merged/SpiderOak.menu
-man/man1/SpiderOak.1.gz
+%%MANPAGES%%man/man1/SpiderOak.1.gz
%%DESKTOPDIR%%/SpiderOak.desktop
%%PORTDOCS%%%%DOCSDIR%%/globalsync-linux.pdf
share/pixmaps/SpiderOak.png
More information about the svn-ports-head
mailing list