svn commit: r356456 - head/comms/java-commapi

Martin Wilke miwi at FreeBSD.org
Wed Jun 4 10:33:01 UTC 2014


Author: miwi
Date: Wed Jun  4 10:33:00 2014
New Revision: 356456
URL: http://svnweb.freebsd.org/changeset/ports/356456
QAT: https://qat.redports.org/buildarchive/r356456/

Log:
  - Stage support
  
  PR:		189697

Modified:
  head/comms/java-commapi/Makefile

Modified: head/comms/java-commapi/Makefile
==============================================================================
--- head/comms/java-commapi/Makefile	Wed Jun  4 10:31:58 2014	(r356455)
+++ head/comms/java-commapi/Makefile	Wed Jun  4 10:33:00 2014	(r356456)
@@ -22,14 +22,13 @@ NO_BUILD=	YES
 WRKSRC=		${WRKDIR}
 DISTDESCR=	"the Java Communications API ${PORTVERSION} for Generic Platform"
 DOWNLOAD_URL=	"https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=JAVACOMM-3.0.1-LX-SP-G-F@CDS-CDS_SMI"
-PORTDESTDIR=	${JAVA_HOME}/jre/lib/ext
+PORTDESTDIR=	${STAGEDIR}${JAVA_HOME}/jre/lib/ext
 DISTFILE=	${DISTNAME}${EXTRACT_SUFX}
 DISTPATH=	${DISTDIR}/${DISTFILE}
 
 PLIST_SUB+=	JAVA_HOME=${JAVA_HOME:S/${PREFIX}\///}
 PLIST_FILES+=	%%JAVA_HOME%%/jre/lib/ext/comm.jar
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if !exists(${DISTPATH})
@@ -38,6 +37,7 @@ IGNORE=You must manually fetch ${DISTDES
 
 do-install:
 	@${ECHO} -n ">> Copying comm.jar to ${PORTDESTDIR}..."
+	@${MKDIR} ${PORTDESTDIR}
 	@${INSTALL_DATA} ${WRKSRC}/comm.jar ${PORTDESTDIR}
 	@${ECHO} " [ DONE ]"
 


More information about the svn-ports-head mailing list