svn commit: r357693 - head/databases/geoserver-mysql-plugin

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 13 15:38:02 UTC 2014


Author: vanilla
Date: Fri Jun 13 15:38:02 2014
New Revision: 357693
URL: http://svnweb.freebsd.org/changeset/ports/357693
QAT: https://qat.redports.org/buildarchive/r357693/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/databases/geoserver-mysql-plugin/Makefile

Modified: head/databases/geoserver-mysql-plugin/Makefile
==============================================================================
--- head/databases/geoserver-mysql-plugin/Makefile	Fri Jun 13 15:33:07 2014	(r357692)
+++ head/databases/geoserver-mysql-plugin/Makefile	Fri Jun 13 15:38:02 2014	(r357693)
@@ -23,14 +23,10 @@ PLIST_FILES=	${GSLIBDIR}/gt-jdbc-mysql-2
 
 LICENSE=	LGPL21
 
-NO_STAGE=	yes
 do-install:
-		@${MKDIR} ${PREFIX}/${GSLIBDIR}
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${GSLIBDIR}
 .for f in ${PLIST_FILES:S,^${GSLIBDIR}/,,}
-		${INSTALL_DATA} ${WRKDIR}/${f} ${PREFIX}/${GSLIBDIR}
+	${INSTALL_DATA} ${WRKDIR}/${f} ${STAGEDIR}${PREFIX}/${GSLIBDIR}
 .endfor
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list