diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 17:07:12 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 17:52:26 +0000 |
commit | 60e694256fd73fbf0a5bdcada53e6e434475fc8f (patch) | |
tree | 7b176f0679f4a5562a3426f320620999819aada4 /x11-servers | |
parent | ce51c94387c6141293c1adb40be2793cdf072547 (diff) |
x11-servers/x2vnc: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/x2vnc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-servers/x2vnc/Makefile b/x11-servers/x2vnc/Makefile index 978fc13065c9..fd4981984155 100644 --- a/x11-servers/x2vnc/Makefile +++ b/x11-servers/x2vnc/Makefile @@ -1,5 +1,6 @@ PORTNAME= x2vnc PORTVERSION= 1.7.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= http://fredrik.hubbe.net/x2vnc/ @@ -12,11 +13,12 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= xorg USE_XORG= x11 xext xrandr xxf86dga ice xinerama xrandr xrender xscrnsaver sm PLIST_FILES= bin/x2vnc \ - man/man1/x2vnc.1.gz + share/man/man1/x2vnc.1.gz .include <bsd.port.mk> |