diff --git a/x11-fonts/xlsfonts/Makefile b/x11-fonts/xlsfonts/Makefile index 2f8744927d54..ebaae6c546e4 100644 --- a/x11-fonts/xlsfonts/Makefile +++ b/x11-fonts/xlsfonts/Makefile @@ -1,17 +1,19 @@ PORTNAME= xlsfonts PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= Server font list displayer for X WWW= https://www.x.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app USE_XORG= x11 -PLIST_FILES= bin/xlsfonts man/man1/xlsfonts.1.gz +PLIST_FILES= bin/xlsfonts share/man/man1/xlsfonts.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/appres/Makefile b/x11/appres/Makefile index 17397087c858..e41b93ce6198 100644 --- a/x11/appres/Makefile +++ b/x11/appres/Makefile @@ -1,13 +1,15 @@ PORTNAME= appres PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Program to list application's resources USES= xorg xorg-cat:app USE_XORG= x11 xt -PLIST_FILES= bin/appres man/man1/appres.1.gz +PLIST_FILES= bin/appres share/man/man1/appres.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/fstobdf/Makefile b/x11/fstobdf/Makefile index c04da9e4d408..a44bf0026c68 100644 --- a/x11/fstobdf/Makefile +++ b/x11/fstobdf/Makefile @@ -1,13 +1,15 @@ PORTNAME= fstobdf PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Generate BDF font from X font server USES= xorg xorg-cat:app USE_XORG= x11 libfs -PLIST_FILES= bin/fstobdf man/man1/fstobdf.1.gz +PLIST_FILES= bin/fstobdf share/man/man1/fstobdf.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/listres/Makefile b/x11/listres/Makefile index f0f461bc5abe..dbc26f85209e 100644 --- a/x11/listres/Makefile +++ b/x11/listres/Makefile @@ -1,14 +1,15 @@ PORTNAME= listres PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= List resources in widgets USES= xorg xorg-cat:app USE_XORG= x11 xaw xmu xorgproto xt -PLIST_FILES= bin/listres man/man1/listres.1.gz +PLIST_FILES= bin/listres share/man/man1/listres.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/luit/Makefile b/x11/luit/Makefile index 83064e6dc6f1..69caa06fa475 100644 --- a/x11/luit/Makefile +++ b/x11/luit/Makefile @@ -1,30 +1,32 @@ PORTNAME= luit PORTVERSION= 20240102 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://invisible-island.net/archives/luit/ \ https://invisible-mirror.net/archives/luit/ MAINTAINER= x11@FreeBSD.org COMMENT= Locale and ISO 2022 support for Unicode terminals WWW= https://invisible-island.net/luit/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/share/fonts/encodings/encodings.dir:x11-fonts/encodings RUN_DEPENDS:= ${BUILD_DEPENDS} USES= iconv localbase:ldflags tar:tgz pkgconfig xorg USE_XORG= ice x11 xt GNU_CONFIGURE= yes CONFIGURE_ARGS= --x-libraries=${LOCALBASE}/lib \ --x-includes=${LOCALBASE}/include \ --with-encodings-dir=${LOCALBASE}/share/fonts/encodings/encodings.dir \ --with-locale-alias=${LOCALBASE}/lib/X11/locale/locale.alias \ --with-pkg-config=${LOCALBASE}/bin/pkg-config \ -PLIST_FILES= bin/luit man/man1/luit.1.gz +PLIST_FILES= bin/luit share/man/man1/luit.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile index 1daf69c40a3f..2a1f52d475d3 100644 --- a/x11/sessreg/Makefile +++ b/x11/sessreg/Makefile @@ -1,16 +1,18 @@ PORTNAME= sessreg PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Manage utmp/wtmp entries for non-init X clients LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app USE_XORG= x11 -PLIST_FILES= bin/sessreg man/man1/sessreg.1.gz +PLIST_FILES= bin/sessreg share/man/man1/sessreg.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/smproxy/Makefile b/x11/smproxy/Makefile index 72930daf5bed..e7b1a5e6386f 100644 --- a/x11/smproxy/Makefile +++ b/x11/smproxy/Makefile @@ -1,13 +1,15 @@ PORTNAME= smproxy PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Session Manager Proxy USES= xorg xorg-cat:app USE_XORG= xt xmu -PLIST_FILES= bin/smproxy man/man1/smproxy.1.gz +PLIST_FILES= bin/smproxy share/man/man1/smproxy.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/viewres/Makefile b/x11/viewres/Makefile index e46ef87e1e5a..ef3b9e959ab1 100644 --- a/x11/viewres/Makefile +++ b/x11/viewres/Makefile @@ -1,19 +1,21 @@ PORTNAME= viewres PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Graphical class browser for Xt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app USE_XORG= x11 xaw xmu xt PLIST_FILES+= bin/viewres \ - man/man1/viewres.1.gz \ + share/man/man1/viewres.1.gz \ share/X11/app-defaults/Viewres \ share/X11/app-defaults/Viewres-color +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile index 4d78d22ae39d..9bd398aede59 100644 --- a/x11/xauth/Makefile +++ b/x11/xauth/Makefile @@ -1,24 +1,26 @@ PORTNAME= xauth PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X authority file utility LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= cmdtest:devel/py-cmdtest USES= shebangfix xorg xorg-cat:app USE_XORG= x11 xau xext xmuu INSTALL_TARGET= install-strip TEST_TARGET= check SHEBANG_FILES= ${WRKSRC}/tests/*.script SHEBANG_LANG= nobash nobash_OLD_CMD= /bin/bash nobash_CMD= /bin/sh -PLIST_FILES= bin/xauth man/man1/xauth.1.gz +PLIST_FILES= bin/xauth share/man/man1/xauth.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xbacklight/Makefile b/x11/xbacklight/Makefile index a08653402ef1..5ffc51144912 100644 --- a/x11/xbacklight/Makefile +++ b/x11/xbacklight/Makefile @@ -1,18 +1,20 @@ PORTNAME= xbacklight PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Program to adjust backlight brightness LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxcb-util.so:x11/xcb-util USES= xorg xorg-cat:app USE_XORG= x11 xrender xrandr xcb -PLIST_FILES= bin/xbacklight man/man1/xbacklight.1.gz +PLIST_FILES= bin/xbacklight share/man/man1/xbacklight.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xbiff/Makefile b/x11/xbiff/Makefile index 6970a5677adf..e0e238dd4158 100644 --- a/x11/xbiff/Makefile +++ b/x11/xbiff/Makefile @@ -1,15 +1,17 @@ PORTNAME= xbiff PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Mailbox flag for X LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app USE_XORG= x11 xaw xbitmaps xext xmu xt -PLIST_FILES= bin/xbiff man/man1/xbiff.1.gz +PLIST_FILES= bin/xbiff share/man/man1/xbiff.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xcmsdb/Makefile b/x11/xcmsdb/Makefile index 8cb09edec1d7..be2d5afd2fc8 100644 --- a/x11/xcmsdb/Makefile +++ b/x11/xcmsdb/Makefile @@ -1,15 +1,17 @@ PORTNAME= xcmsdb PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Device Color Characterization utility for X LICENSE= MIT USES= xorg xorg-cat:app USE_XORG= x11 -PLIST_FILES= bin/xcmsdb man/man1/xcmsdb.1.gz +PLIST_FILES= bin/xcmsdb share/man/man1/xcmsdb.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index e8f275df6ab1..1ee03d499339 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,19 +1,21 @@ PORTNAME= xcursorgen PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Create an X cursor file from a collection of PNG images LICENSE= MIT LIB_DEPENDS= libpng.so:graphics/png EXTRACT_SUFX= .tar.xz USES= xorg xorg-cat:app USE_XORG= x11 xcursor xorgproto INSTALL_TARGET= install-strip -PLIST_FILES= bin/xcursorgen man/man1/xcursorgen.1.gz +PLIST_FILES= bin/xcursorgen share/man/man1/xcursorgen.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile index 0239423128d2..bcaeb1d888b6 100644 --- a/x11/xdpyinfo/Makefile +++ b/x11/xdpyinfo/Makefile @@ -1,19 +1,20 @@ PORTNAME= xdpyinfo PORTVERSION= 1.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Display information utility for X LICENSE= MIT USES= xorg xorg-cat:app USE_XORG= x11 xcb xcomposite xext xinerama xorgproto xrender \ xtst xxf86dga xxf86vm CONFIGURE_ARGS= --without-xf86misc -PLIST_FILES= bin/xdpyinfo man/man1/xdpyinfo.1.gz +PLIST_FILES= bin/xdpyinfo share/man/man1/xdpyinfo.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xdriinfo/Makefile b/x11/xdriinfo/Makefile index 95afce41d4e1..4b1a37d51ac3 100644 --- a/x11/xdriinfo/Makefile +++ b/x11/xdriinfo/Makefile @@ -1,14 +1,15 @@ PORTNAME= xdriinfo PORTVERSION= 1.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Query configuration information of DRI drivers USES= gl xorg xorg-cat:app USE_GL= gl USE_XORG= x11 xorgproto -PLIST_FILES= bin/xdriinfo man/man1/xdriinfo.1.gz +PLIST_FILES= bin/xdriinfo share/man/man1/xdriinfo.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xev/Makefile b/x11/xev/Makefile index 244174d77a93..f02e4d3f44b6 100644 --- a/x11/xev/Makefile +++ b/x11/xev/Makefile @@ -1,16 +1,18 @@ PORTNAME= xev PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Print contents of X events LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app USE_XORG= x11 xrandr -PLIST_FILES= bin/xev man/man1/xev.1.gz +PLIST_FILES= bin/xev share/man/man1/xev.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xeyes/Makefile b/x11/xeyes/Makefile index 95eb813a5170..03f31a24fdf4 100644 --- a/x11/xeyes/Makefile +++ b/x11/xeyes/Makefile @@ -1,16 +1,18 @@ PORTNAME= xeyes PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Follow the mouse X demo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz xorg xorg-cat:app USE_XORG= x11 xcb xext xi xmu xrender xt -PLIST_FILES= bin/xeyes man/man1/xeyes.1.gz +PLIST_FILES= bin/xeyes share/man/man1/xeyes.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xf86dga/Makefile b/x11/xf86dga/Makefile index bdd626d0a024..3b9577807ee2 100644 --- a/x11/xf86dga/Makefile +++ b/x11/xf86dga/Makefile @@ -1,16 +1,17 @@ PORTNAME= xf86dga PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Test program for the XFree86-DGA extension LICENSE= MIT USES= xorg xorg-cat:app USE_XORG= x11 xxf86dga xt xaw7 xmu -PLIST_FILES= bin/dga man/man1/dga.1.gz +PLIST_FILES= bin/dga share/man/man1/dga.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xgamma/Makefile b/x11/xgamma/Makefile index 1206ad7e24ae..313f13852f62 100644 --- a/x11/xgamma/Makefile +++ b/x11/xgamma/Makefile @@ -1,17 +1,19 @@ PORTNAME= xgamma PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Gamma correction through the X server LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_SUFX= .tar.xz USES= xorg xorg-cat:app USE_XORG= x11 xxf86vm -PLIST_FILES= bin/xgamma man/man1/xgamma.1.gz +PLIST_FILES= bin/xgamma share/man/man1/xgamma.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xhost/Makefile b/x11/xhost/Makefile index 419babc310b2..cc314abb3a4b 100644 --- a/x11/xhost/Makefile +++ b/x11/xhost/Makefile @@ -1,16 +1,18 @@ PORTNAME= xhost PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Server access control program for X LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app USE_XORG= x11 xmuu xau -PLIST_FILES= bin/xhost man/man1/xhost.1.gz +PLIST_FILES= bin/xhost share/man/man1/xhost.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index 3d115ed873fa..1196d1fc23d8 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -1,17 +1,19 @@ PORTNAME= xinput PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Very useful utility for configuring and testing XInput devices WWW= http://ftp.x.org/contrib/utilities/xinput.README LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app USE_XORG= xorgproto x11 xi xext xrandr xinerama -PLIST_FILES= bin/xinput man/man1/xinput.1.gz +PLIST_FILES= bin/xinput share/man/man1/xinput.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xkbevd/Makefile b/x11/xkbevd/Makefile index dbbb2a9c032f..5f5942ca81f9 100644 --- a/x11/xkbevd/Makefile +++ b/x11/xkbevd/Makefile @@ -1,15 +1,17 @@ PORTNAME= xkbevd PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= XKB event daemon LICENSE= MIT USES= xorg xorg-cat:app USE_XORG= xkbfile x11 -PLIST_FILES= bin/xkbevd man/man1/xkbevd.1.gz +PLIST_FILES= bin/xkbevd share/man/man1/xkbevd.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xkbprint/Makefile b/x11/xkbprint/Makefile index 658fe7d41fa2..3f0244f3bfbc 100644 --- a/x11/xkbprint/Makefile +++ b/x11/xkbprint/Makefile @@ -1,16 +1,18 @@ PORTNAME= xkbprint PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Utility for printing an XKB keyboard description LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app USE_XORG= xkbfile x11 -PLIST_FILES= bin/xkbprint man/man1/xkbprint.1.gz +PLIST_FILES= bin/xkbprint share/man/man1/xkbprint.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xkill/Makefile b/x11/xkill/Makefile index f810683fe76a..df89ba873d28 100644 --- a/x11/xkill/Makefile +++ b/x11/xkill/Makefile @@ -1,13 +1,15 @@ PORTNAME= xkill PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Utility for killing a client by its X resource USES= xorg xorg-cat:app USE_XORG= x11 xmuu -PLIST_FILES= bin/xkill man/man1/xkill.1.gz +PLIST_FILES= bin/xkill share/man/man1/xkill.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xlsatoms/Makefile b/x11/xlsatoms/Makefile index 9a26c7eba315..2cac75b6a5c9 100644 --- a/x11/xlsatoms/Makefile +++ b/x11/xlsatoms/Makefile @@ -1,15 +1,17 @@ PORTNAME= xlsatoms PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= List interned atoms defined on a server LICENSE= MIT USES= tar:xz xorg xorg-cat:app USE_XORG= xcb -PLIST_FILES= bin/xlsatoms man/man1/xlsatoms.1.gz +PLIST_FILES= bin/xlsatoms share/man/man1/xlsatoms.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xlsclients/Makefile b/x11/xlsclients/Makefile index ea920496af09..10ffba852d64 100644 --- a/x11/xlsclients/Makefile +++ b/x11/xlsclients/Makefile @@ -1,16 +1,18 @@ PORTNAME= xlsclients PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= List client applications running on a display LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz xorg xorg-cat:app USE_XORG= x11 xcb xmuu -PLIST_FILES= bin/xlsclients man/man1/xlsclients.1.gz +PLIST_FILES= bin/xlsclients share/man/man1/xlsclients.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xmodmap/Makefile b/x11/xmodmap/Makefile index 1b87fb2eb27b..bb472dfe9bf2 100644 --- a/x11/xmodmap/Makefile +++ b/x11/xmodmap/Makefile @@ -1,16 +1,18 @@ PORTNAME= xmodmap PORTVERSION= 1.0.10 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Utility for modifying keymaps and pointer button mappings in X LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= xorg xorg-cat:app USE_XORG= x11 -PLIST_FILES= bin/xmodmap man/man1/xmodmap.1.gz +PLIST_FILES= bin/xmodmap share/man/man1/xmodmap.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xpr/Makefile b/x11/xpr/Makefile index cce248ad6795..d4c858bea3ac 100644 --- a/x11/xpr/Makefile +++ b/x11/xpr/Makefile @@ -1,12 +1,15 @@ PORTNAME= xpr PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Utility for printing an X window dump USES= xorg xorg-cat:app USE_XORG= xmuu x11 -PLIST_FILES= bin/xdpr bin/xpr man/man1/xdpr.1.gz man/man1/xpr.1.gz +PLIST_FILES= bin/xdpr bin/xpr share/man/man1/xdpr.1.gz share/man/man1/xpr.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + .include diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile index 6157cdd8b064..6b510c9ffc1a 100644 --- a/x11/xrandr/Makefile +++ b/x11/xrandr/Makefile @@ -1,19 +1,21 @@ PORTNAME= xrandr PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Primitive command line interface to the RandR extension LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_SUFX= .tar.xz USES= tar:xz xorg xorg-cat:app USE_XORG= xrandr xrender x11 PLIST_FILES= bin/xrandr \ bin/xkeystone \ - man/man1/xrandr.1.gz + share/man/man1/xrandr.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xrefresh/Makefile b/x11/xrefresh/Makefile index de83c71041f2..23747a647216 100644 --- a/x11/xrefresh/Makefile +++ b/x11/xrefresh/Makefile @@ -1,15 +1,17 @@ PORTNAME= xrefresh PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Refresh all or part of an X screen LICENSE= MIT USES= xorg xorg-cat:app USE_XORG= x11 -PLIST_FILES= bin/xrefresh man/man1/xrefresh.1.gz +PLIST_FILES= bin/xrefresh share/man/man1/xrefresh.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xsetroot/Makefile b/x11/xsetroot/Makefile index bfaf107dad6c..26a3ec9d9b89 100644 --- a/x11/xsetroot/Makefile +++ b/x11/xsetroot/Makefile @@ -1,12 +1,14 @@ PORTNAME= xsetroot PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Root window parameter setting utility for X USES= xorg xorg-cat:app USE_XORG= xmuu x11 xbitmaps xcursor -PLIST_FILES= bin/xsetroot man/man1/xsetroot.1.gz +PLIST_FILES= bin/xsetroot share/man/man1/xsetroot.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xstdcmap/Makefile b/x11/xstdcmap/Makefile index a1c015f6bfd5..910549928a74 100644 --- a/x11/xstdcmap/Makefile +++ b/x11/xstdcmap/Makefile @@ -1,15 +1,18 @@ PORTNAME= xstdcmap PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X standard colormap utility LICENSE= MIT EXTRACT_SUFX= .tar.xz USES= xorg xorg-cat:app USE_XORG= x11 xmu xt -PLIST_FILES= bin/xstdcmap man/man1/xstdcmap.1.gz +PLIST_FILES= bin/xstdcmap share/man/man1/xstdcmap.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + .include diff --git a/x11/xvinfo/Makefile b/x11/xvinfo/Makefile index 25dde21235aa..c955e6f7f571 100644 --- a/x11/xvinfo/Makefile +++ b/x11/xvinfo/Makefile @@ -1,17 +1,19 @@ PORTNAME= xvinfo PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Print out X-Video extension adaptor information LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_SUFX= .tar.xz USES= xorg xorg-cat:app USE_XORG= xv x11 -PLIST_FILES= bin/xvinfo man/man1/xvinfo.1.gz +PLIST_FILES= bin/xvinfo share/man/man1/xvinfo.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile index bf979bb9d167..1a79453fb3a9 100644 --- a/x11/xwd/Makefile +++ b/x11/xwd/Makefile @@ -1,15 +1,17 @@ PORTNAME= xwd PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Dump an image of an X window LICENSE= MIT USES= xorg xorg-cat:app USE_XORG= x11 xkbfile -PLIST_FILES= bin/xwd man/man1/xwd.1.gz +PLIST_FILES= bin/xwd share/man/man1/xwd.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile index c265f013b5f6..0fd979b3a7a2 100644 --- a/x11/xwininfo/Makefile +++ b/x11/xwininfo/Makefile @@ -1,20 +1,22 @@ PORTNAME= xwininfo PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Window information utility for X LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= iconv xorg xorg-cat:app USE_XORG= x11 xcb xorgproto LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm CONFIGURE_ARGS= --with-xcb-icccm -PLIST_FILES= bin/xwininfo man/man1/xwininfo.1.gz +PLIST_FILES= bin/xwininfo share/man/man1/xwininfo.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xwud/Makefile b/x11/xwud/Makefile index 9085588091fe..d299b322a123 100644 --- a/x11/xwud/Makefile +++ b/x11/xwud/Makefile @@ -1,12 +1,15 @@ PORTNAME= xwud PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Image displayer for X USES= xorg xorg-cat:app USE_XORG= x11 -PLIST_FILES= bin/xwud man/man1/xwud.1.gz +PLIST_FILES= bin/xwud share/man/man1/xwud.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + .include