aboutsummaryrefslogtreecommitdiff
path: root/x11/libXtst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXtst/Makefile')
-rw-r--r--x11/libXtst/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile
index 1f52662e8455..e23c6d231bdb 100644
--- a/x11/libXtst/Makefile
+++ b/x11/libXtst/Makefile
@@ -1,12 +1,13 @@
PORTNAME= libXtst
-PORTVERSION= 1.2.4
+DISTVERSION= 1.2.5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Test extension
-WWW= https://www.freedesktop.org/Software/xorg
+WWW= https://gitlab.freedesktop.org/xorg/lib/libxtst
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe tar:xz xorg xorg-cat:lib
USE_XORG= x11 xext xi xorgproto
@@ -15,8 +16,13 @@ CPE_VENDOR= x
CONFIGURE_ARGS+=--disable-specs --without-xmlto
+INSTALL_TARGET= install-strip
+
post-patch:
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
s/specs//' ${WRKSRC}/Makefile.in
+post-build:
+ @${REINPLACE_CMD} -e 's|^\.so |.so man3/|' ${WRKSRC}/man/*.3
+
.include <bsd.port.mk>