aboutsummaryrefslogtreecommitdiff
path: root/textproc/muse
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-12-20 20:19:24 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-12-20 20:19:24 +0000
commit3cb246682f28b75689c85870b686a29b45b6b32f (patch)
tree25fea46b8099aeac2b4f386af51ec828fed0777f /textproc/muse
parent282b2097dada0fc35c2badb14110a379a54177b7 (diff)
downloadports-3cb246682f28b75689c85870b686a29b45b6b32f.tar.gz
ports-3cb246682f28b75689c85870b686a29b45b6b32f.zip
Notes
Diffstat (limited to 'textproc/muse')
-rw-r--r--textproc/muse/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/muse/Makefile b/textproc/muse/Makefile
index b96341f29b8a..820fbee0c2cc 100644
--- a/textproc/muse/Makefile
+++ b/textproc/muse/Makefile
@@ -7,7 +7,7 @@
PORTNAME= muse
PORTVERSION= 3.12
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc elisp
MASTER_SITES= http://download.gna.org/muse-el/ \
${MASTER_SITE_LOCAL} \
@@ -20,14 +20,9 @@ COMMENT= An authoring and publishing environment for Emacs
USE_EMACS= yes
USE_GMAKE= yes
-EMACS_PORT_NAME?= emacs22
INFO= muse
-.if ${EMACS_PORT_NAME} != "emacs22"
-PORTNAMESUFFIX= ${PKGNAMESUFFIX}
-.endif
-
LISPDIR= ${PREFIX}/${EMACS_SITE_LISPDIR}/${PORTNAME}
.if !defined(NOPORTDOCS)
@@ -58,4 +53,10 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${EMACS_PORT_NAME} != "emacs23"
+PORTNAMESUFFIX= ${PKGNAMESUFFIX}
+.endif
+
+.include <bsd.port.post.mk>