1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

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.
This commit is contained in:
Joseph Mingrone 2021-11-05 00:11:28 -03:00
parent 061afcca16
commit 409e26f66b
No known key found for this signature in database
GPG Key ID: 36A40C83B0D6EF9E

View File

@ -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