Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2023 13:45:55 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ee5bff2e0ba1 - main - x11-toolkits/xwallpaper: Fix xwallpaper packaging
Message-ID:  <202301161345.30GDjtpI078218@gitrepo.freebsd.org>

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

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

commit ee5bff2e0ba17e0544a32303bdd013f32c9d2317
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-01-16 13:29:37 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-01-16 13:33:07 +0000

    x11-toolkits/xwallpaper: Fix xwallpaper packaging
    
    MFH:    2023Q1
---
 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?202301161345.30GDjtpI078218>