aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/bbkeys/Makefile
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-03-16 01:21:25 +0800
committernovel <novel@FreeBSD.org>2005-03-16 01:21:25 +0800
commit26707a521a82984eaac96ac2bbdb2760f971509d (patch)
tree96c1ae0211b3c1b83c1b977b19ee23afb9c5aeff /x11-wm/bbkeys/Makefile
parentd800dfcfb8e63b71caaffdf47fe08efd51cfc5f0 (diff)
downloadfreebsd-ports-gnome-26707a521a82984eaac96ac2bbdb2760f971509d.tar.gz
freebsd-ports-gnome-26707a521a82984eaac96ac2bbdb2760f971509d.tar.zst
freebsd-ports-gnome-26707a521a82984eaac96ac2bbdb2760f971509d.zip
- update to 0.9.0
- pass maintainership to Andrew J Caines <A.J.Caines@halplant.com> PR: 78869 Submitted by: Danny Koenig <dako@bsdberlin.org> Approved by: krion (mentor) (implicit)
Diffstat (limited to 'x11-wm/bbkeys/Makefile')
-rw-r--r--x11-wm/bbkeys/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile
index 5fc1a66a1f6a..0903db3e7d88 100644
--- a/x11-wm/bbkeys/Makefile
+++ b/x11-wm/bbkeys/Makefile
@@ -6,23 +6,23 @@
#
PORTNAME= bbkeys
-PORTVERSION= 0.8.6
+PORTVERSION= 0.9.0
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= A.J.Caines@halplant.com
COMMENT= A keygrabber for the Blackbox window manager
USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
+USE_GNOME= gnomehack pkgconfig
MAN1= bbkeys.1
-MAN5= bbkeysrc.5 bbkeys.bb.5
+MAN5= bbkeysrc.5
PORTDOCS= AUTHORS BUGS ChangeLog NEWS README
-PLIST_FILES= bin/bbkeys bin/bbkeysconf.pl \
- share/bbtools/bbkeys.bb share/bbtools/bbkeys.nobb
+PLIST_FILES= bin/bbkeys share/bbkeys/bbkeysrc share/bbkeys/defaultStyle
post-patch:
@${PERL} -pi -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
@@ -34,7 +34,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
- @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \
+ @${ECHO_CMD} "@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || true" \
>> ${TMPPLIST}
.include <bsd.port.mk>