svn commit: r301941 - head/editors/nxml

Hiroki Sato hrs at FreeBSD.org
Fri Aug 3 06:57:01 UTC 2012


Author: hrs
Date: Fri Aug  3 06:57:00 2012
New Revision: 301941
URL: http://svn.freebsd.org/changeset/ports/301941

Log:
  Add emacs24 support.
  
  Spotted by:	beat

Modified:
  head/editors/nxml/Makefile

Modified: head/editors/nxml/Makefile
==============================================================================
--- head/editors/nxml/Makefile	Fri Aug  3 06:17:17 2012	(r301940)
+++ head/editors/nxml/Makefile	Fri Aug  3 06:57:00 2012	(r301941)
@@ -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>



More information about the svn-ports-head mailing list