aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-06-04 10:33:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-06-04 10:33:00 +0000
commit94289eab22833ec5eed00a02e0f4571ad5dee22e (patch)
tree62906fb6b241d06d17753e77ecca57b7fcc0ad7f /comms
parent4ce62690b6a310dfe828d0f301df24090133b43f (diff)
downloadports-94289eab22833ec5eed00a02e0f4571ad5dee22e.tar.gz
ports-94289eab22833ec5eed00a02e0f4571ad5dee22e.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/java-commapi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile
index b82065ea5e67..7c4d31a3ce8b 100644
--- a/comms/java-commapi/Makefile
+++ b/comms/java-commapi/Makefile
@@ -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 ${DISTDESCR} (${DISTFILE}) from ${DOWNLOAD_URL},
do-install:
@${ECHO} -n ">> Copying comm.jar to ${PORTDESTDIR}..."
+ @${MKDIR} ${PORTDESTDIR}
@${INSTALL_DATA} ${WRKSRC}/comm.jar ${PORTDESTDIR}
@${ECHO} " [ DONE ]"