From 409e26f66b537f17b733b31cf3c8a8c5c3cc82c5 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Fri, 5 Nov 2021 00:11:28 -0300 Subject: mail/notmuch-emacs: Prevent package name collision With the default emacs flavor, EMACS_PKGNAMESUFFIX is no longer appended to package names. This means the default package name for mail/notmuch-emacs conflicts with the package name for mail/notmuch. Fix this by directly adding the PKGNAMESUFFIX '-emacs' here. --- mail/notmuch-emacs/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail/notmuch-emacs/Makefile b/mail/notmuch-emacs/Makefile index 01444bfe874c..eb8809c50d57 100644 --- a/mail/notmuch-emacs/Makefile +++ b/mail/notmuch-emacs/Makefile @@ -1,7 +1,6 @@ PORTREVISION= 1 CATEGORIES= mail elisp -PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} - +PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX:S/^$/-emacs/} COMMENT= Emacs major-mode for the Notmuch email search and tagging application LICENSE= GPLv3 -- cgit v1.2.3