aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-11-15 21:34:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-11-15 21:34:16 +0000
commit54913e79322dd4ac07693a340954d1acc2627061 (patch)
treec6ad0ba1a4504e62ac5ab00aed7d2b861d8a4ae0
parent2c49a6c929408ba2b73241bd1c5e8be2ed8879ea (diff)
downloadports-54913e79322dd4ac07693a340954d1acc2627061.tar.gz
ports-54913e79322dd4ac07693a340954d1acc2627061.zip
textproc/muse: fix PKGBASE collision
-rw-r--r--textproc/muse/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/muse/Makefile b/textproc/muse/Makefile
index 4a348db4e1f6..8b9bb4c7174d 100644
--- a/textproc/muse/Makefile
+++ b/textproc/muse/Makefile
@@ -23,6 +23,10 @@ PORTDOCS= AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 NEWS \
OPTIONS_DEFINE= DOCS
+.if ${FLAVOR:Ufull:Mfull}
+PKGNAMESUFFIX= -emacs
+.endif
+
post-install:
@${MKDIR} ${STAGEDIR}${LISPDIR}/contrib
(cd ${WRKSRC} && ${COPYTREE_SHARE} contrib ${STAGEDIR}${LISPDIR})