diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-02 14:34:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-02 14:34:29 +0000 |
commit | b39095cedbce5aa16b893bbeb51f7402ab9241d5 (patch) | |
tree | 93076953cc32883497075e55b99dd4519bdc069a /textproc/xmlenc | |
parent | 93472d5f97134d09e4e23576a98a60f291622ccb (diff) | |
download | ports-b39095cedbce5aa16b893bbeb51f7402ab9241d5.tar.gz ports-b39095cedbce5aa16b893bbeb51f7402ab9241d5.zip |
Notes
Diffstat (limited to 'textproc/xmlenc')
-rw-r--r-- | textproc/xmlenc/Makefile | 8 |
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} |