aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xbatt
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-02-04 01:56:54 +0800
committerantoine <antoine@FreeBSD.org>2015-02-04 01:56:54 +0800
commitca6fe40c5a12c146fe11c66363c3c6f4ceb06b6c (patch)
treebf3c39786578d0ed0e10022a550942bbc8393ed0 /sysutils/xbatt
parent288f649cdd89fac231fc75151f44c30cab9fe84f (diff)
downloadfreebsd-ports-gnome-ca6fe40c5a12c146fe11c66363c3c6f4ceb06b6c.tar.gz
freebsd-ports-gnome-ca6fe40c5a12c146fe11c66363c3c6f4ceb06b6c.tar.zst
freebsd-ports-gnome-ca6fe40c5a12c146fe11c66363c3c6f4ceb06b6c.zip
- Allow staging as a regular user
- Bump portrevision as it was not packaged with intended owner
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r--sysutils/xbatt/Makefile4
-rw-r--r--sysutils/xbatt/files/patch-Imakefile13
2 files changed, 12 insertions, 5 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile
index 76e2e5ecced1..4ae2e00728f5 100644
--- a/sysutils/xbatt/Makefile
+++ b/sysutils/xbatt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xbatt
PORTVERSION= 1.2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/
@@ -14,6 +14,6 @@ ONLY_FOR_ARCHS= i386 amd64
USES= imake:noman
USE_XORG= xpm xaw
-PLIST_FILES= bin/xbatt
+PLIST_FILES= "@(,operator,2755) bin/xbatt"
.include <bsd.port.mk>
diff --git a/sysutils/xbatt/files/patch-Imakefile b/sysutils/xbatt/files/patch-Imakefile
index 2ca79c7a2ddd..fbfcf6638595 100644
--- a/sysutils/xbatt/files/patch-Imakefile
+++ b/sysutils/xbatt/files/patch-Imakefile
@@ -1,6 +1,13 @@
---- Imakefile.org Thu Mar 6 22:54:29 1997
-+++ Imakefile Wed Oct 25 02:08:11 2000
-@@ -13,4 +13,4 @@
+--- Imakefile.orig 1997-03-07 06:54:29 UTC
++++ Imakefile
+@@ -7,10 +7,10 @@ SRCS = xbatt.c
+ OBJS = xbatt.o
+
+ #ifdef FreeBSDArchitecture
+-INSTALLFLAGS=-c -g operator -m 2755
++#INSTALLFLAGS=-c -g operator -m 2755
+ #endif
+ #ifdef LinuxArchitecture
INSTALLFLAGS=-c -m 2755
#endif