aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/bbkeys/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 21:33:07 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 21:40:50 +0000
commit7b2852d6a231bd43d5ed780ae0115b7aad255e69 (patch)
tree094300b48def60fb009a3356011a903ca9164133 /x11-wm/bbkeys/Makefile
parent0420aa81e49aa0dd384bf2f228104685f623aff1 (diff)
downloadports-7b2852d6a231bd43d5ed780ae0115b7aad255e69.tar.gz
ports-7b2852d6a231bd43d5ed780ae0115b7aad255e69.zip
x11-wm/bbkeys: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'x11-wm/bbkeys/Makefile')
-rw-r--r--x11-wm/bbkeys/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile
index 86831434ca9c..10dec5b481ca 100644
--- a/x11-wm/bbkeys/Makefile
+++ b/x11-wm/bbkeys/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bbkeys
PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= SF
@@ -16,13 +16,14 @@ USES= perl5 pkgconfig xorg
USE_PERL5= build
USE_XORG= x11 xext
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CPPFLAGS+= `pkg-config --cflags xft`
LDFLAGS+= `pkg-config --libs xft`
PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TODO
PLIST_FILES= bin/bbkeys %%DATADIR%%/bbkeysrc %%DATADIR%%/defaultStyle \
- man/man1/bbkeys.1.gz man/man5/bbkeysrc.5.gz
+ share/man/man1/bbkeys.1.gz share/man/man5/bbkeysrc.5.gz
OPTIONS_DEFINE= DOCS