Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2023 09:12:21 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8ebbbbb59b63 - 2023Q1 - x11-toolkits/xwallpaper: Fix xwallpaper packaging
Message-ID:  <202301200912.30K9CLjL042361@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q1 has been updated by rodrigo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ebbbbb59b63d4fba56ffa4f673db6c9524272ed

commit 8ebbbbb59b63d4fba56ffa4f673db6c9524272ed
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-01-16 13:29:37 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-01-20 09:01:24 +0000

    x11-toolkits/xwallpaper: Fix xwallpaper packaging
    
    MFH:    2023Q1
    (cherry picked from commit ee5bff2e0ba17e0544a32303bdd013f32c9d2317)
---
 x11-toolkits/xwallpaper/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/x11-toolkits/xwallpaper/Makefile b/x11-toolkits/xwallpaper/Makefile
index 97e581e6bf31..84e4e988f053 100644
--- a/x11-toolkits/xwallpaper/Makefile
+++ b/x11-toolkits/xwallpaper/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xwallpaper
 DISTVERSION=	0.7.4
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	https://github.com/stoeckmann/xwallpaper/releases/download/v${DISTVERSION}/
 
@@ -18,4 +19,8 @@ USES=		autoreconf jpeg pkgconfig xorg tar:xz
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 
+PLIST_FILES=bin/xwallpaper \
+			man/man1/xwallpaper.1.gz \
+			share/zsh/site-functions/_xwallpaper
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301200912.30K9CLjL042361>