aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-13 23:38:02 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-13 23:38:02 +0800
commit5fff819915eae26c29e89f416b23872c158b21a4 (patch)
treef554211f0d72bd1825bdb39acce287eb8df13945
parent1bc1981304730f10475027f1110e9501770b02d1 (diff)
downloadfreebsd-ports-gnome-5fff819915eae26c29e89f416b23872c158b21a4.tar.gz
freebsd-ports-gnome-5fff819915eae26c29e89f416b23872c158b21a4.tar.zst
freebsd-ports-gnome-5fff819915eae26c29e89f416b23872c158b21a4.zip
Stagify.
Approved by: portmgr@
-rw-r--r--databases/geoserver-mysql-plugin/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/geoserver-mysql-plugin/Makefile b/databases/geoserver-mysql-plugin/Makefile
index 49bfd1bfa16f..39b823244370 100644
--- a/databases/geoserver-mysql-plugin/Makefile
+++ b/databases/geoserver-mysql-plugin/Makefile
@@ -23,14 +23,10 @@ PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-2.7.2.jar \
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>