diff options
Diffstat (limited to 'x11/xprop/Makefile')
-rw-r--r-- | x11/xprop/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/xprop/Makefile b/x11/xprop/Makefile index 5244897a2a07..8a6a4057b1b5 100644 --- a/x11/xprop/Makefile +++ b/x11/xprop/Makefile @@ -1,18 +1,17 @@ PORTNAME= xprop -PORTVERSION= 1.2.7 +DISTVERSION= 1.2.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Property displayer for X +WWW= https://gitlab.freedesktop.org/xorg/app/xprop LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_SUFX= .tar.xz USES= xorg xorg-cat:app -USE_XORG= x11 - -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USE_XORG= x11 xorgproto PLIST_FILES= bin/xprop share/man/man1/xprop.1.gz |