aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-08-03 06:57:00 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-08-03 06:57:00 +0000
commit53f555d755077f517d923626a5ddd531ce73ef0b (patch)
tree0956bf2c14d866b198aeb7c6534981606871bc98 /editors
parent1dc3da70bceb587ee25ab3e764af2a0cca27fa19 (diff)
downloadports-53f555d755077f517d923626a5ddd531ce73ef0b.tar.gz
ports-53f555d755077f517d923626a5ddd531ce73ef0b.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/nxml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nxml/Makefile b/editors/nxml/Makefile
index 56e67fdf4ae7..6436c325e485 100644
--- a/editors/nxml/Makefile
+++ b/editors/nxml/Makefile
@@ -47,8 +47,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if (${EMACS_PORT_NAME} == "emacs23")
-IGNORE= incorporated into Emacs 23
+.if ${EMACS_PORT_NAME} == "emacs23" || ${EMACS_PORT_NAME} == "emacs24"
+IGNORE= incorporated into ${EMACS_PORT_NAME}
.endif
.include <bsd.port.post.mk>