diff options
Diffstat (limited to 'textproc/muse/Makefile')
-rw-r--r-- | textproc/muse/Makefile | 15 |
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> |