git: a1f3f24ff303 - main - x11-toolkits/xwallpaper: moved manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Mar 2024 21:12:59 UTC
The branch main has been updated by rodrigo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a1f3f24ff30397360c55ed7e97750e6003589a58
commit a1f3f24ff30397360c55ed7e97750e6003589a58
Author: Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2024-03-05 21:11:09 +0000
Commit: Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2024-03-05 21:12:25 +0000
x11-toolkits/xwallpaper: moved manpages to share/man
Set GNU_CONFIGURE_MANPREFIX and fix plist
Fix formatting to make linters happy
---
x11-toolkits/xwallpaper/Makefile | 19 ++++++++++---------
1 file 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>