svn commit: r357700 - head/databases/postgis-jdbc

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 13 16:36:24 UTC 2014


Author: vanilla
Date: Fri Jun 13 16:36:24 2014
New Revision: 357700
URL: http://svnweb.freebsd.org/changeset/ports/357700
QAT: https://qat.redports.org/buildarchive/r357700/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/databases/postgis-jdbc/Makefile

Modified: head/databases/postgis-jdbc/Makefile
==============================================================================
--- head/databases/postgis-jdbc/Makefile	Fri Jun 13 16:33:17 2014	(r357699)
+++ head/databases/postgis-jdbc/Makefile	Fri Jun 13 16:36:24 2014	(r357700)
@@ -18,8 +18,7 @@ NO_BUILD=	yes
 
 PLIST_FILES=	%%JAVAJARDIR%%/postgis_1.4.0.jar
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_DATA} ${_DISTDIR}postgis_${PORTVERSION}.jar ${JAVAJARDIR}
+	${INSTALL_DATA} ${_DISTDIR}postgis_${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list