pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/mate-terminal mate-terminal: remove unused PLIST_VAR



details:   https://anonhg.NetBSD.org/pkgsrc/rev/740ea01fc3f1
branches:  trunk
changeset: 441732:740ea01fc3f1
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Nov 09 23:48:31 2020 +0000

description:
mate-terminal: remove unused PLIST_VAR

The skey option hasn't made a difference in PLIST content in some time.

diffstat:

 x11/mate-terminal/options.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r e0534df0ae09 -r 740ea01fc3f1 x11/mate-terminal/options.mk
--- a/x11/mate-terminal/options.mk      Mon Nov 09 23:46:26 2020 +0000
+++ b/x11/mate-terminal/options.mk      Mon Nov 09 23:48:31 2020 +0000
@@ -1,16 +1,13 @@
-# $NetBSD: options.mk,v 1.1 2016/05/21 19:16:49 youri Exp $
+# $NetBSD: options.mk,v 1.2 2020/11/09 23:48:31 gutteridge Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mate-terminal
 PKG_SUPPORTED_OPTIONS= skey
 PKG_SUGGESTED_OPTIONS= skey
 
-PLIST_VARS+=   skey
-
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mskey)
 CONFIGURE_ARGS+=       --enable-skey
-PLIST.skey=            yes
 .else
 CONFIGURE_ARGS+=       --disable-skey
 .endif



Home | Main Index | Thread Index | Old Index