summaryrefslogtreecommitdiff
path: root/textproc/xmlenc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 14:34:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 14:34:29 +0000
commitb39095cedbce5aa16b893bbeb51f7402ab9241d5 (patch)
tree93076953cc32883497075e55b99dd4519bdc069a /textproc/xmlenc
parentUpdate to latest stable version 1.4.0. (diff)
Please bmake(1) as well as make(1)
Notes
Notes: svn path=/head/; revision=317123
Diffstat (limited to 'textproc/xmlenc')
-rw-r--r--textproc/xmlenc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/xmlenc/Makefile b/textproc/xmlenc/Makefile
index 9269bda07021..c5497354862c 100644
--- a/textproc/xmlenc/Makefile
+++ b/textproc/xmlenc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: JUMP Ultimate Math Package
-# Date created: June 13, 2002
-# Whom: Ernst de Haan <znerd@FreeBSD.org>
-#
+# Created by: Ernst de Haan <znerd@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xmlenc
PORTVERSION= 0.52
@@ -29,7 +25,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
.include <bsd.port.pre.mk>
-JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${TRUE}) | ${TAIL} -n 1
+JDK_API!= (${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${ECHO_CMD}) | ${TAIL} -n 1
.if ${JDK_API} != ""
MAKE_ARGS+= -Djavadoc.srcdir.j2se=${JDK_API}