aboutsummaryrefslogtreecommitdiff
path: root/editors/nxml
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 /editors/nxml
parent282b2097dada0fc35c2badb14110a379a54177b7 (diff)
downloadports-3cb246682f28b75689c85870b686a29b45b6b32f.tar.gz
ports-3cb246682f28b75689c85870b686a29b45b6b32f.zip
Notes
Diffstat (limited to 'editors/nxml')
-rw-r--r--editors/nxml/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/editors/nxml/Makefile b/editors/nxml/Makefile
index 47ae1b45ef08..0c06c0cd9de8 100644
--- a/editors/nxml/Makefile
+++ b/editors/nxml/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nxml-mode
PORTVERSION= ${NXML_VER}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= editors elisp
MASTER_SITES= http://www.thaiopensource.com/download/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
@@ -45,4 +45,10 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if (${EMACS_PORT_NAME} == "emacs23")
+IGNORE= incorporated into Emacs 23
+.endif
+
+.include <bsd.port.post.mk>