diff options
author | novel <novel@FreeBSD.org> | 2005-03-16 01:21:25 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-03-16 01:21:25 +0800 |
commit | 26707a521a82984eaac96ac2bbdb2760f971509d (patch) | |
tree | 96c1ae0211b3c1b83c1b977b19ee23afb9c5aeff /x11-wm/bbkeys | |
parent | d800dfcfb8e63b71caaffdf47fe08efd51cfc5f0 (diff) | |
download | freebsd-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')
-rw-r--r-- | x11-wm/bbkeys/Makefile | 12 | ||||
-rw-r--r-- | x11-wm/bbkeys/distinfo | 4 |
2 files changed, 8 insertions, 8 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> diff --git a/x11-wm/bbkeys/distinfo b/x11-wm/bbkeys/distinfo index caac27352cd6..485a980762fa 100644 --- a/x11-wm/bbkeys/distinfo +++ b/x11-wm/bbkeys/distinfo @@ -1,2 +1,2 @@ -MD5 (bbkeys-0.8.6.tar.gz) = 6df58a99d136f21682b859b823d31b7d -SIZE (bbkeys-0.8.6.tar.gz) = 185230 +MD5 (bbkeys-0.9.0.tar.gz) = bd4c4bb38344b5c596cea4a72d940827 +SIZE (bbkeys-0.9.0.tar.gz) = 199146 |