1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/x11/scripts/Makefile
Nuno Teixeira 52e5e21185 x11/scripts: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-23 20:40:43 +00:00

22 lines
464 B
Makefile

PORTNAME= scripts
PORTVERSION= 1.0.1
PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Various X related scripts
WWW= https://cgit.freedesktop.org/xorg/app/scripts
RUN_DEPENDS= ksh:shells/pdksh
USES= shebangfix xorg xorg-cat:app
USE_XORG= x11
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
post-patch:
@${REINPLACE_CMD} -e 's|XCOMM!/bin/ksh|XCOMM!${ksh_CMD}|' ${WRKSRC}/xauth_switch_to_sun-des-1.cpp
.include <bsd.port.mk>