Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 16:59:37 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342777 - head/www/textpattern
Message-ID:  <201402051659.s15Gxb1u038788@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb  5 16:59:37 2014
New Revision: 342777
URL: http://svnweb.freebsd.org/changeset/ports/342777
QAT: https://qat.redports.org/buildarchive/r342777/

Log:
  - Stage support

Modified:
  head/www/textpattern/Makefile

Modified: head/www/textpattern/Makefile
==============================================================================
--- head/www/textpattern/Makefile	Wed Feb  5 16:59:37 2014	(r342776)
+++ head/www/textpattern/Makefile	Wed Feb  5 16:59:37 2014	(r342777)
@@ -16,11 +16,9 @@ USE_PHP=	mbstring xml mysql pcre
 
 SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
 do-install:
-	-${MKDIR} ${WWWDIR}
-	@${CP} -R ${WRKSRC}/ ${WWWDIR}/
-	@${CAT} ${PKGMESSAGE}
+	-${MKDIR} ${STAGEDIR}${WWWDIR}
+	@${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/
 
 create-plist:
 	@${FIND} -s ${WRKSRC}/${file} -not -type d \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051659.s15Gxb1u038788>