aboutsummaryrefslogtreecommitdiff
path: root/x11/xscope
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 19:30:11 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 20:38:40 +0000
commit80589125bcfa6df12baf891c4ff0bf43110a2928 (patch)
tree525d69facb756233fc3034459ff5b7dc22f77283 /x11/xscope
parent2050172b889513a41d8033709de0c3eed7263608 (diff)
downloadports-80589125bcfa6df12baf891c4ff0bf43110a2928.tar.gz
ports-80589125bcfa6df12baf891c4ff0bf43110a2928.zip
x11/xscope: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'x11/xscope')
-rw-r--r--x11/xscope/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xscope/Makefile b/x11/xscope/Makefile
index d18de6ddde74..1c17547e8bce 100644
--- a/x11/xscope/Makefile
+++ b/x11/xscope/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xscope
PORTVERSION= 1.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -12,6 +12,8 @@ LICENSE= MIT
USES= xorg xorg-cat:app
USE_XORG= xorgproto x11 xext
-PLIST_FILES= bin/xscope man/man1/xscope.1.gz
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
+PLIST_FILES= bin/xscope share/man/man1/xscope.1.gz
.include <bsd.port.mk>