git: 1f5a526fbccf - main - x11-wm/picom: convert pkg-plist to PLIST_FILES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jan 2022 18:14:49 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f5a526fbccf01099cac859b3c731566f12bfbdb commit 1f5a526fbccf01099cac859b3c731566f12bfbdb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-01-27 17:52:54 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-01-27 18:14:40 +0000 x11-wm/picom: convert pkg-plist to PLIST_FILES Already used by DOCS option. --- x11-wm/picom/Makefile | 4 ++++ x11-wm/picom/pkg-plist | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/picom/Makefile b/x11-wm/picom/Makefile index d682e360abd9..11803809255c 100644 --- a/x11-wm/picom/Makefile +++ b/x11-wm/picom/Makefile @@ -28,6 +28,10 @@ USE_XORG= x11 xcb xext pixman GH_ACCOUNT= yshui MESON_ARGS= -Dcompton=false -Dunittest=true TEST_TARGET= test +PLIST_FILES= bin/${PORTNAME} \ + bin/${PORTNAME}-trans \ + "@sample etc/xdg/${PORTNAME}.conf.sample" \ + share/applications/${PORTNAME}.desktop OPTIONS_DEFINE= CONFIG DBUS DOCS DRM OPENGL PCRE OPTIONS_DEFAULT=CONFIG DBUS OPENGL PCRE diff --git a/x11-wm/picom/pkg-plist b/x11-wm/picom/pkg-plist deleted file mode 100644 index 109a74ec14ca..000000000000 --- a/x11-wm/picom/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/picom -bin/picom-trans -@sample etc/xdg/picom.conf.sample -share/applications/picom.desktop