pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-terminal



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Nov  9 23:48:31 UTC 2020

Modified Files:
        pkgsrc/x11/mate-terminal: options.mk

Log Message:
mate-terminal: remove unused PLIST_VAR

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/mate-terminal/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/mate-terminal/options.mk
diff -u pkgsrc/x11/mate-terminal/options.mk:1.1 pkgsrc/x11/mate-terminal/options.mk:1.2
--- pkgsrc/x11/mate-terminal/options.mk:1.1     Sat May 21 19:16:49 2016
+++ pkgsrc/x11/mate-terminal/options.mk Mon Nov  9 23:48:31 2020
@@ -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