Index: head/sysutils/xbatt/Makefile =================================================================== --- head/sysutils/xbatt/Makefile (revision 378360) +++ head/sysutils/xbatt/Makefile (revision 378361) @@ -1,19 +1,19 @@ # Created by: Nobuhiro Yasutomi # $FreeBSD$ PORTNAME= xbatt PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/ MAINTAINER= ports@FreeBSD.org COMMENT= Laptop battery status display for X11 ONLY_FOR_ARCHS= i386 amd64 USES= imake:noman USE_XORG= xpm xaw -PLIST_FILES= bin/xbatt +PLIST_FILES= "@(,operator,2755) bin/xbatt" .include Index: head/sysutils/xbatt/files/patch-Imakefile =================================================================== --- head/sysutils/xbatt/files/patch-Imakefile (revision 378360) +++ head/sysutils/xbatt/files/patch-Imakefile (revision 378361) @@ -1,8 +1,15 @@ ---- 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 -ComplexProgramTarget(xbatt) +ComplexProgramTargetNoMan(xbatt)