git: 7351012cc1c6 - main - editors/emacs-devel: Fix plist issue
Date: Sat, 15 Jan 2022 16:25:09 UTC
The branch main has been updated by jrm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7351012cc1c60f5def7a1a8cb9b7e26713615a9f
commit 7351012cc1c60f5def7a1a8cb9b7e26713615a9f
Author: Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2022-01-15 16:11:29 +0000
Commit: Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2022-01-15 16:25:06 +0000
editors/emacs-devel: Fix plist issue
When the GSETTINGS option was turned off, a few files were listed in
pkg-plist that were not being installed.
Sponsored by: The FreeBSD Foundation
---
editors/emacs-devel/pkg-plist | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/editors/emacs-devel/pkg-plist b/editors/emacs-devel/pkg-plist
index 8375c00c0d88..08a11436f060 100644
--- a/editors/emacs-devel/pkg-plist
+++ b/editors/emacs-devel/pkg-plist
@@ -779,7 +779,7 @@ share/applications/emacsclient-mail.desktop
%%DATADIR%%/%%EMACS_VER%%/etc/nxml/README
%%DATADIR%%/%%EMACS_VER%%/etc/nxml/test-invalid.xml
%%DATADIR%%/%%EMACS_VER%%/etc/nxml/test-valid.xml
-%%PGTK%%%%DATADIR%%/%%EMACS_VER%%/etc/org.gnu.emacs.defaults.gschema.valid
+%%GSETTINGS%%%%DATADIR%%/%%EMACS_VER%%/etc/org.gnu.emacs.defaults.gschema.valid
%%DATADIR%%/%%EMACS_VER%%/etc/org.gnu.emacs.defaults.gschema.xml
%%DATADIR%%/%%EMACS_VER%%/etc/org/OrgOdtContentTemplate.xml
%%DATADIR%%/%%EMACS_VER%%/etc/org/OrgOdtStyles.xml
@@ -4265,7 +4265,7 @@ share/applications/emacsclient-mail.desktop
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xwidget.c
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xwidget.h
include/emacs-module.h
-%%PGTK%%share/glib-2.0/schemas/org.gnu.emacs.defaults.gschema.xml
+%%GSETTINGS%%share/glib-2.0/schemas/org.gnu.emacs.defaults.gschema.xml
share/icons/hicolor/128x128/apps/emacs.png
share/icons/hicolor/16x16/apps/emacs.png
share/icons/hicolor/24x24/apps/emacs.png