svn commit: r353996 - in head: french/php_doc german/php_doc japanese/php_doc lang/php_doc polish/php_doc portuguese/php_doc-br

Edwin Groothuis edwin at FreeBSD.org
Tue May 13 21:13:33 UTC 2014


Author: edwin
Date: Tue May 13 21:13:31 2014
New Revision: 353996
URL: http://svnweb.freebsd.org/changeset/ports/353996
QAT: https://qat.redports.org/buildarchive/r353996/

Log:
  Fix stagification

Modified:
  head/french/php_doc/Makefile
  head/german/php_doc/Makefile
  head/japanese/php_doc/Makefile
  head/lang/php_doc/Makefile
  head/polish/php_doc/Makefile
  head/portuguese/php_doc-br/Makefile

Modified: head/french/php_doc/Makefile
==============================================================================
--- head/french/php_doc/Makefile	Tue May 13 21:00:40 2014	(r353995)
+++ head/french/php_doc/Makefile	Tue May 13 21:13:31 2014	(r353996)
@@ -6,5 +6,4 @@ PKGNAMEPREFIX=
 PHP_LANG=	fr
 MASTERDIR=	${.CURDIR}/../../lang/php_doc
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/german/php_doc/Makefile
==============================================================================
--- head/german/php_doc/Makefile	Tue May 13 21:00:40 2014	(r353995)
+++ head/german/php_doc/Makefile	Tue May 13 21:13:31 2014	(r353996)
@@ -6,5 +6,4 @@ PKGNAMEPREFIX=
 PHP_LANG=	de
 MASTERDIR=	${.CURDIR}/../../lang/php_doc
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/japanese/php_doc/Makefile
==============================================================================
--- head/japanese/php_doc/Makefile	Tue May 13 21:00:40 2014	(r353995)
+++ head/japanese/php_doc/Makefile	Tue May 13 21:13:31 2014	(r353996)
@@ -6,5 +6,4 @@ PKGNAMEPREFIX=
 PHP_LANG=	ja
 MASTERDIR=	${.CURDIR}/../../lang/php_doc
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/lang/php_doc/Makefile
==============================================================================
--- head/lang/php_doc/Makefile	Tue May 13 21:00:40 2014	(r353995)
+++ head/lang/php_doc/Makefile	Tue May 13 21:13:31 2014	(r353996)
@@ -40,7 +40,6 @@ PKGNAMESUFFIX=	-${PHP_LANG}
 PLIST_SUB=	PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///}
 
 .if ${PHP_LANG} == en
-NO_STAGE=	yes
 pre-fetch:
 	@${ECHO}
 	@${ECHO} "You may set PHP_LANG to"
@@ -58,9 +57,9 @@ pre-install:
 
 do-install:
 	@${MKDIR} ${PHPDOCDIR}
-	${FIND} ${WRK_SRC} -type d | ${SED} -e "s,${WRK_SRC},${PHPDOCDIR}/," | ${XARGS} ${MKDIR}
+	${FIND} ${WRK_SRC} -type d | ${SED} -e "s,${WRK_SRC},${STAGEDIR}${PHPDOCDIR}/," | ${XARGS} ${MKDIR}
 	for f in `${FIND} ${WRK_SRC} -type f ! -name '.*' ! -name pkg-plist | ${SED} -e 's,${WRK_SRC},,'`; do \
-		${INSTALL_DATA} ${WRK_SRC}/$$f ${PHPDOCDIR}/$$f; \
+		${INSTALL_DATA} ${WRK_SRC}/$$f ${STAGEDIR}${PHPDOCDIR}/$$f; \
 	done
 
 # this is for the maintainer only

Modified: head/polish/php_doc/Makefile
==============================================================================
--- head/polish/php_doc/Makefile	Tue May 13 21:00:40 2014	(r353995)
+++ head/polish/php_doc/Makefile	Tue May 13 21:13:31 2014	(r353996)
@@ -6,5 +6,4 @@ PKGNAMEPREFIX=
 PHP_LANG=	pl
 MASTERDIR=	${.CURDIR}/../../lang/php_doc
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/portuguese/php_doc-br/Makefile
==============================================================================
--- head/portuguese/php_doc-br/Makefile	Tue May 13 21:00:40 2014	(r353995)
+++ head/portuguese/php_doc-br/Makefile	Tue May 13 21:13:31 2014	(r353996)
@@ -6,5 +6,4 @@ PKGNAMEPREFIX=
 PHP_LANG=	br
 MASTERDIR=	${.CURDIR}/../../lang/php_doc
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list