pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/mate-power-manager
Module Name: pkgsrc
Committed By: gutteridge
Date: Sun May 31 23:44:49 UTC 2020
Modified Files:
pkgsrc/sysutils/mate-power-manager: options.mk
Log Message:
mate-power-manager: remove unused PLIST.keyring variable
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/mate-power-manager/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/sysutils/mate-power-manager/options.mk
diff -u pkgsrc/sysutils/mate-power-manager/options.mk:1.1 pkgsrc/sysutils/mate-power-manager/options.mk:1.2
--- pkgsrc/sysutils/mate-power-manager/options.mk:1.1 Sat May 21 19:13:18 2016
+++ pkgsrc/sysutils/mate-power-manager/options.mk Sun May 31 23:44:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2016/05/21 19:13:18 youri Exp $
+# $NetBSD: options.mk,v 1.2 2020/05/31 23:44:49 gutteridge Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mate-power-manager
PKG_SUPPORTED_OPTIONS= keyring
@@ -6,12 +6,9 @@ PKG_SUGGESTED_OPTIONS= keyring
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= keyring
-
.if !empty(PKG_OPTIONS:Mkeyring)
.include "../../security/libgnome-keyring/buildlink3.mk"
CONFIGURE_ARGS+= --with-keyring
-PLIST.keyring=yes
.else
CONFIGURE_ARGS+= --without-keyring
.endif
Home |
Main Index |
Thread Index |
Old Index