Commit 32df485c authored by Helge Oldach's avatar Helge Oldach Committed by Gleb Popov
Browse files

x11/*: Move manpages to share/man

Approved by:	portmgr (blanket)
parent a05be9cd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
PORTNAME=	oclock
PORTVERSION=	1.0.4
PORTREVISION=	1
CATEGORIES=	x11-clocks

MAINTAINER=	x11@FreeBSD.org
@@ -8,4 +9,6 @@ COMMENT= Round clock application for X
USES=		xorg xorg-cat:app
USE_XORG=	x11 xmu xext xt xkbfile

GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share

.include <bsd.port.mk>
+1 −1
Original line number Diff line number Diff line
bin/oclock
man/man1/oclock.1.gz
share/man/man1/oclock.1.gz
share/X11/app-defaults/Clock-color
+3 −0
Original line number Diff line number Diff line
PORTNAME=	xclock
PORTVERSION=	1.0.9
PORTREVISION=	1
CATEGORIES=	x11-clocks

MAINTAINER=	x11@FreeBSD.org
@@ -12,4 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES=		iconv xorg xorg-cat:app
USE_XORG=	x11 xaw xft xkbfile xmu xrender xt

GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share

.include <bsd.port.mk>
+1 −1
Original line number Diff line number Diff line
bin/xclock
man/man1/xclock.1.gz
share/man/man1/xclock.1.gz
share/X11/app-defaults/XClock-color
share/X11/app-defaults/XClock
+3 −0
Original line number Diff line number Diff line
PORTNAME=	xf86-input-libinput
PORTVERSION=	1.3.0
PORTREVISION=	1
CATEGORIES=	x11-drivers

MAINTAINER=	x11@FreeBSD.org
@@ -14,4 +15,6 @@ LIB_DEPENDS= libinput.so:x11/libinput

USES=		pathfix tar:xz xorg-cat:driver

GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share

.include <bsd.port.mk>
Loading