Add NO_STAGE all over the place in preparation for the staging support (cat: java)

This commit is contained in:
Baptiste Daroussin
2013-09-20 19:48:32 +00:00
parent 8ee9a3584f
commit c2c2a2b86b
143 changed files with 178 additions and 161 deletions

View File

@@ -1,7 +1,4 @@
# New ports collection makefile for: java-zoneinfo
# Date created: 14 January 2012
# Whom: Greg Lewis <glewis@FreeBSD.org>
#
# Created by: Greg Lewis <glewis@FreeBSD.org>
# $FreeBSD$
PORTNAME= zoneinfo
@@ -19,6 +16,7 @@ NO_BUILD= yes
JAVASHAREDIR= ${PREFIX}/share/java
NO_STAGE= yes
do-install:
${MKDIR} ${JAVASHAREDIR}/zi
(cd ${WRKSRC}/zi && ${COPYTREE_SHARE} \* ${JAVASHAREDIR}/zi/)