Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 05:27:32 +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: r355125 - head/www/feedonfeeds
Message-ID:  <201405250527.s4P5RW8h034497@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun May 25 05:27:32 2014
New Revision: 355125
URL: http://svnweb.freebsd.org/changeset/ports/355125
QAT: https://qat.redports.org/buildarchive/r355125/

Log:
  - Stage support
  
  PR:		190046
  Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
  Approved by:	maintainer

Modified:
  head/www/feedonfeeds/Makefile

Modified: head/www/feedonfeeds/Makefile
==============================================================================
--- head/www/feedonfeeds/Makefile	Sun May 25 05:25:53 2014	(r355124)
+++ head/www/feedonfeeds/Makefile	Sun May 25 05:27:32 2014	(r355125)
@@ -18,9 +18,8 @@ NO_BUILD=	yes
 DATADIR?=	${PREFIX}/www/data/feed-on-feeds
 WRKSRC=	${WRKDIR}/${PROJECTHOST}
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${DATADIR}
-	${CP} -R ${WRKSRC}/ ${DATADIR}
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	${CP} -R ${WRKSRC}/ ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>



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