aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2024-03-05 21:11:09 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2024-03-05 21:12:25 +0000
commita1f3f24ff30397360c55ed7e97750e6003589a58 (patch)
treeee4b5b581ae5b77a001e9c9fe500deeb42691fbe
parent5abb4eb89f84594148b8511c1a0d7845cf120743 (diff)
downloadports-a1f3f24ff30397360c55ed7e97750e6003589a58.tar.gz
ports-a1f3f24ff30397360c55ed7e97750e6003589a58.zip
x11-toolkits/xwallpaper: moved manpages to share/man
Set GNU_CONFIGURE_MANPREFIX and fix plist Fix formatting to make linters happy
-rw-r--r--x11-toolkits/xwallpaper/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/x11-toolkits/xwallpaper/Makefile b/x11-toolkits/xwallpaper/Makefile
index 63fd6e847a25..03d8924b7fc1 100644
--- a/x11-toolkits/xwallpaper/Makefile
+++ b/x11-toolkits/xwallpaper/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xwallpaper
DISTVERSION= 0.7.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= https://github.com/stoeckmann/xwallpaper/releases/download/v${DISTVERSION}/
@@ -12,15 +12,16 @@ LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpixman-1.so:x11/pixman \
- libxcb-image.so:x11/xcb-util-image \
- libxcb-util.so:x11/xcb-util
+ libxcb-image.so:x11/xcb-util-image \
+ libxcb-util.so:x11/xcb-util
-USES= autoreconf jpeg pkgconfig xorg tar:xz
-USE_XORG= x11
-GNU_CONFIGURE= yes
+USES= autoreconf jpeg pkgconfig tar:xz xorg
+USE_XORG= x11
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-PLIST_FILES=bin/xwallpaper \
- man/man1/xwallpaper.1.gz \
- share/zsh/site-functions/_xwallpaper
+PLIST_FILES= bin/xwallpaper \
+ share/man/man1/xwallpaper.1.gz \
+ share/zsh/site-functions/_xwallpaper
.include <bsd.port.mk>