From owner-freebsd-ports Wed Apr 3 20:10:12 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 482B237B419 for ; Wed, 3 Apr 2002 20:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g344A1491236; Wed, 3 Apr 2002 20:10: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 52BC937B41D for ; Wed, 3 Apr 2002 20:07:16 -0800 (PST) Received: from localhost ([61.201.56.119]) by t-mta7.odn.ne.jp with ESMTP id <20020404040714288.KBLL.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp>; Thu, 4 Apr 2002 13:07:14 +0900 Message-Id: <20020404040714288.KBLL.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp> Date: Thu, 4 Apr 2002 13:07:12 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36717: Update port: textproc/dtd2relax - 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: 36717 >Category: ports >Synopsis: Update port: textproc/dtd2relax - 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:10:00 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/dtd2relax/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2002/02/07 01:40:48 1.1 +++ Makefile 2002/04/04 04:05:40 @@ -9,23 +9,23 @@ PORTVERSION= 1.1.1 CATEGORIES= textproc MASTER_SITES= http://www.horobi.com/Projects/RELAX/Archive/ -DISTNAME= ${PORTNAME:U}_${PORTVERSION:S/./_/g} -DISTFILES= ${JAR} ${DISTNAME}-src${EXTRACT_SUFX} +DISTNAME= ${PORTNAME:U}_${PORTVERSION:S/./_/g} +DISTFILES= ${JARFILE} ${DISTNAME}-src${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}-src${EXTRACT_SUFX} MAINTAINER= fuyuki@mj.0038.net -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - USE_ZIP= yes +USE_JAVA= 1.1+ +NO_BUILD_DEPENDS_JAVA= yes NO_BUILD= yes -JAR= ${DISTNAME}-bin-XML4J.jar +JARFILE= ${DISTNAME}-bin-XML4J.jar JAVALIBDIR= ${PREFIX}/share/java/classes do-install: ${MKDIR} ${JAVALIBDIR} - ${INSTALL_DATA} ${DISTDIR}/${JAR} ${JAVALIBDIR}/${PORTNAME}.jar + ${INSTALL_DATA} ${DISTDIR}/${JARFILE} ${JAVALIBDIR}/${PORTNAME}.jar post-install: ${MKDIR} ${EXAMPLESDIR} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message