aboutsummaryrefslogtreecommitdiff
path: root/textproc/muse/Makefile
diff options
context:
space:
mode:
authorDryice Dong Liu <dryice@FreeBSD.org>2008-01-07 12:52:00 +0000
committerDryice Dong Liu <dryice@FreeBSD.org>2008-01-07 12:52:00 +0000
commit374028f7dccb69fe06caa8c31f9ca48429f6975c (patch)
treeee76a0304aa5530ead806eab50ea2da83c879541 /textproc/muse/Makefile
parent7b38b5a498feea524d59508b38b6b3f431a14475 (diff)
downloadports-374028f7dccb69fe06caa8c31f9ca48429f6975c.tar.gz
ports-374028f7dccb69fe06caa8c31f9ca48429f6975c.zip
Notes
Diffstat (limited to 'textproc/muse/Makefile')
-rw-r--r--textproc/muse/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/muse/Makefile b/textproc/muse/Makefile
index bae81fe593b4..20f60f604b22 100644
--- a/textproc/muse/Makefile
+++ b/textproc/muse/Makefile
@@ -6,24 +6,24 @@
#
PORTNAME= muse
-PORTVERSION= 3.03
+PORTVERSION= 3.11
CATEGORIES= textproc elisp
MASTER_SITES= http://download.gna.org/muse-el/ \
${MASTER_SITE_LOCAL} \
http://dryice.name/computer/FreeBSD/distfiles/
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MASTER_SITE_SUBDIR= dryice
+PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= dryice@FreeBSD.org
COMMENT= An authoring and publishing environment for Emacs
USE_EMACS= yes
USE_GMAKE= yes
-EMACS_PORT_NAME?= emacs21
+EMACS_PORT_NAME?= emacs22
INFO= muse
-.if ${EMACS_PORT_NAME} != "emacs21"
+.if ${EMACS_PORT_NAME} != "emacs22"
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
.endif