svn commit: r356872 - head/databases/jdbc-oracle10g

Vanilla I. Shu vanilla at FreeBSD.org
Sat Jun 7 02:19:22 UTC 2014


Author: vanilla
Date: Sat Jun  7 02:19:21 2014
New Revision: 356872
URL: http://svnweb.freebsd.org/changeset/ports/356872
QAT: https://qat.redports.org/buildarchive/r356872/

Log:
  Stagify.

Modified:
  head/databases/jdbc-oracle10g/Makefile

Modified: head/databases/jdbc-oracle10g/Makefile
==============================================================================
--- head/databases/jdbc-oracle10g/Makefile	Sat Jun  7 02:11:20 2014	(r356871)
+++ head/databases/jdbc-oracle10g/Makefile	Sat Jun  7 02:19:21 2014	(r356872)
@@ -25,7 +25,6 @@ NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	%%JAVAJARDIR%%/ojdbc-${PORTVERSION}.jar
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES})
@@ -41,6 +40,6 @@ installation
 .endif
 
 do-install:
-	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${JAVAJARDIR}/ojdbc-${PORTVERSION}.jar
+	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${STAGEDIR}${JAVAJARDIR}/ojdbc-${PORTVERSION}.jar
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list