diff options
| -rw-r--r-- | x11-wm/picom/Makefile | 4 | ||||
| -rw-r--r-- | 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 |
