summaryrefslogtreecommitdiff
path: root/net-mgmt/bwm-ng/Makefile
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2007-05-24 22:50:31 +0000
committerTim Bishop <tdb@FreeBSD.org>2007-05-24 22:50:31 +0000
commitadf65e7d966e8e41b2155ab1cd6b7ceafa9e7bf8 (patch)
treee9ed0eddd51d5f113494f0c0ffd32072dce516e5 /net-mgmt/bwm-ng/Makefile
parentAdding pytone, a python/curses-based music jukebox. (diff)
- Update to 0.6
- Update WWW: URL
Notes
Notes: svn path=/head/; revision=191658
Diffstat (limited to 'net-mgmt/bwm-ng/Makefile')
-rw-r--r--net-mgmt/bwm-ng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/bwm-ng/Makefile b/net-mgmt/bwm-ng/Makefile
index 749a4ec8914a..e30b6ed0cbb8 100644
--- a/net-mgmt/bwm-ng/Makefile
+++ b/net-mgmt/bwm-ng/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= bwm-ng
-PORTVERSION= 0.5
-PORTREVISION= 1
+PORTVERSION= 0.6
CATEGORIES= net-mgmt
MASTER_SITES= http://www.gropp.org/bwm-ng/
@@ -22,5 +21,6 @@ MAN1= bwm-ng.1
PLIST_FILES= bin/bwm-ng
CONFIGURE_ENV= LIBS="`pkg-config --libs libstatgrab`"
+CONFIGURE_ARGS+= --mandir=${PREFIX}/man
.include <bsd.port.mk>