Bug 36719 - Update port: textproc/dtdinst - bsd.java.mk-ify
Summary: Update port: textproc/dtdinst - bsd.java.mk-ify
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-04 05:30 UTC by Kimura Fuyuki
Modified: 2002-04-04 06:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2002-04-04 05:30:01 UTC
bsd.java.mk-ify

Fix: cvs server: Diffing .


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}--ZwMp1rZvP6doyC9AGYOaZmxUN4JtBokboAHS6q1kdNBLe8tr
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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=
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-04-04 06:17:46 UTC
State Changed
From-To: open->closed

Committed, Thanks!