summaryrefslogtreecommitdiff
path: root/sysutils/xmbmon
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-12 10:35:04 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-12 10:35:04 +0000
commit84a77833dea0d8e3306b6626a438af98d6ecf2d0 (patch)
tree1dbfca37c7abbfed98e4d439125a072def46deb6 /sysutils/xmbmon
parentmail/vacation: set PORTSCOUT to ignore, switch tarballs (diff)
sysutils/xmbmon: Fix missing resource file and eliminate rc.d in setuid
Note this was really two (combined) PRs but dfilter is still busted and if I list two, never will post on bugzilla. PR: 192125 Submitted by: turutani(scphys.kyoto-u.ac.jp) & takefu (airport.fm) Approved by: maintainer (Muhammad Rahman)
Notes
Notes: svn path=/head/; revision=364691
Diffstat (limited to 'sysutils/xmbmon')
-rw-r--r--sysutils/xmbmon/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile
index b39cce5bb39c..a8338ed45511 100644
--- a/sysutils/xmbmon/Makefile
+++ b/sysutils/xmbmon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmbmon
PORTVERSION= 205
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= sysutils
MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/${PORTNAME}/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -19,7 +19,6 @@ PATCHFILES+= ${PORTNAME}${PORTVERSION}_fflush.patch
ONLY_FOR_ARCHS= i386 amd64
GNU_CONFIGURE= yes
-BINMODE= 4555
PORTDOCS= ChangeLog ChangeLog.jp ReadMe ReadMe.jp ReadMe.tech
@@ -32,9 +31,14 @@ SMB_DESC= Enable smb(4) support
CLI_DESC= CLI support only
ASUS_PATCHFILES= ${PORTNAME}${PORTVERSION}_A7N8X-VM.patch
-X11_PLIST_FILES= lib/X11/app-defaults/${PORTNAME} \
+X11_PLIST_FILES= "@mode 4555"\
+ bin/xmbmon \
+ @mode\
+ lib/X11/app-defaults/XMBmon \
man/man1/${PORTNAME}.1x.gz
-CLI_PLIST_FILES= bin/mbmon \
+CLI_PLIST_FILES= "@mode 4555"\
+ bin/mbmon \
+ @mode\
man/man1/mbmon.1.gz
.include <bsd.port.options.mk>
@@ -59,7 +63,9 @@ post-patch:
do-install:
.if ${PORT_OPTIONS:MX11}
${INSTALL_PROGRAM} ${WRKSRC}/xmbmon \
- ${STAGEDIR}${PREFIX}/lib/X11/app-defaults
+ ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/xmbmon.resources \
+ ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XMBmon
${INSTALL_MAN} ${WRKSRC}/xmbmon.1x ${STAGEDIR}${MANPREFIX}/man/man1
.endif
.if ${PORT_OPTIONS:MCLI}