aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmbsdbatt
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-07-27 06:33:44 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-07-27 06:33:44 +0000
commit50ac299ff8602cbc38978ffb182adceaa6223060 (patch)
treebb677f1276e73323e3b75ec2244fdcf9a065dacb /sysutils/wmbsdbatt
parent65037f1515a18220f27447e4e17b084ffbfd915e (diff)
downloadports-50ac299ff8602cbc38978ffb182adceaa6223060.tar.gz
ports-50ac299ff8602cbc38978ffb182adceaa6223060.zip
fix portlint issues
Notes
Notes: svn path=/head/; revision=168855
Diffstat (limited to 'sysutils/wmbsdbatt')
-rw-r--r--sysutils/wmbsdbatt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/wmbsdbatt/Makefile b/sysutils/wmbsdbatt/Makefile
index 4524e5b0f19d..188673166177 100644
--- a/sysutils/wmbsdbatt/Makefile
+++ b/sysutils/wmbsdbatt/Makefile
@@ -10,10 +10,10 @@ CATEGORIES= sysutils windowmaker
MASTER_SITES= http://homepage.univie.ac.at/l.ertl/wmbsdbatt/files/
MAINTAINER= ports@FreeBSD.org
-COMMENT= "dockapp for battery & temperature monitoring through ACPI"
+COMMENT= Dockapp for battery & temperature monitoring through ACPI
-USE_XLIB = yes
-USE_XPM = yes
+USE_XLIB= yes
+USE_XPM= yes
PLIST_FILES= bin/wmbsdbatt
@@ -23,7 +23,7 @@ do-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-IGNORE= Does not compile on 4.x
+IGNORE= does not compile on 4.x
.endif
.include <bsd.port.post.mk>