Date: Thu, 4 Apr 2002 13:20:28 +0900 (JST) From: Kimura Fuyuki <fuyuki@mj.0038.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36719: Update port: textproc/dtdinst - bsd.java.mk-ify Message-ID: <20020404042029216.KCVD.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020404042029216.KCVD.32433.t-mta7.odn.ne.jp>