From owner-freebsd-ports Wed Apr 3 20:30:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B1C937B423 for ; Wed, 3 Apr 2002 20:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g344U1O94346; Wed, 3 Apr 2002 20:30:01 -0800 (PST) (envelope-from gnats) Received: from t-mta7.odn.ne.jp (mfep7.odn.ne.jp [143.90.131.185]) by hub.freebsd.org (Postfix) with ESMTP id 2C21B37B405 for ; Wed, 3 Apr 2002 20:26:07 -0800 (PST) Received: from localhost ([61.201.56.119]) by t-mta7.odn.ne.jp with ESMTP id <20020404042606148.KDKY.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp>; Thu, 4 Apr 2002 13:26:06 +0900 Message-Id: <20020404042606148.KDKY.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp> Date: Thu, 4 Apr 2002 13:26:05 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36720: Update port: textproc/jing - bsd.java.mk-ify Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36720 >Category: ports >Synopsis: Update port: textproc/jing - bsd.java.mk-ify >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 03 20:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.5-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD ns.test 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #7: Fri Mar 8 10:57:51 JST 2002 root@ns.test:/sack/obj/usr/src/sys/NS i386 >Description: bsd.java.mk-ify >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/jing/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2002/02/17 06:37:15 1.2 +++ Makefile 2002/04/04 04:25:12 @@ -10,7 +10,7 @@ CATEGORIES= textproc MASTER_SITES= http://www.thaiopensource.com/relaxng/ DISTNAME= ${PORTNAME} -DISTFILES= ${JAR} jing.html copying.txt +DISTFILES= ${JARFILE} jing.html copying.txt DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= @@ -18,22 +18,22 @@ JAXP?= crimson # or xalan, saxon -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - .if ${JAXP} == "xalan" RUN_DEPENDS+= ${LOCALBASE}/xalan-j2.1.0/bin/${JAXP}.jar:${PORTSDIR}/java/xalan-j .else RUN_DEPENDS+= ${LOCALBASE}/share/java/classes/${JAXP}.jar:${PORTSDIR}/textproc/${JAXP} .endif +USE_JAVA= 1.1+ +NO_BUILD_DEPENDS_JAVA= yes NO_BUILD= yes -JAR= ${DISTNAME}.jar +JARFILE= ${DISTNAME}.jar JAVALIBDIR= ${PREFIX}/share/java/classes do-install: ${MKDIR} ${JAVALIBDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${JAR} ${JAVALIBDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${JARFILE} ${JAVALIBDIR} post-install: ${MKDIR} ${DOCSDIR} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message