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:
parent
061afcca16
commit
409e26f66b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user