From owner-freebsd-ports Wed Apr 3 20:30:16 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 8A92637B421 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 g344U1694337; 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 7964237B417 for ; Wed, 3 Apr 2002 20:20:30 -0800 (PST) Received: from localhost ([61.201.56.119]) by t-mta7.odn.ne.jp with ESMTP id <20020404042029216.KCVD.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp>; Thu, 4 Apr 2002 13:20:29 +0900 Message-Id: <20020404042029216.KCVD.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp> Date: Thu, 4 Apr 2002 13:20:28 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36719: Update port: textproc/dtdinst - 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: 36719 >Category: ports >Synopsis: Update port: textproc/dtdinst - 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/dtdinst/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2002/02/07 01:46:52 1.1 +++ Makefile 2002/04/04 04:09:43 @@ -10,23 +10,23 @@ CATEGORIES= textproc MASTER_SITES= http://www.thaiopensource.com/dtdinst/ DISTNAME= ${PORTNAME} -DISTFILES= ${JAR} dtdinst2rng.xsl index.html copying.txt +DISTFILES= ${JARFILE} dtdinst2rng.xsl index.html copying.txt DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= MAINTAINER= fuyuki@mj.0038.net -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - +USE_JAVA= 1.1+ +NO_BUILD_DEPENDS_JAVA= yes NO_BUILD= yes -JAR= ${DISTNAME}.jar +JARFILE= ${DISTNAME}.jar JAVALIBDIR= ${PREFIX}/share/java/classes XMLDIR= ${PREFIX}/share/xml/${PORTNAME} do-install: ${MKDIR} ${JAVALIBDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${JAR} ${JAVALIBDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${JARFILE} ${JAVALIBDIR} ${MKDIR} ${XMLDIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/*.xsl ${XMLDIR} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message