aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-05-25 13:27:32 +0800
committermiwi <miwi@FreeBSD.org>2014-05-25 13:27:32 +0800
commit3525b922873524a70db57d24fda59d39d01cc55e (patch)
tree01cdc2a7e3376af6ca647626cd2807585d952a19 /www
parent61ef8adfd8f201a21cde2c62f615f8b755135f88 (diff)
downloadfreebsd-ports-gnome-3525b922873524a70db57d24fda59d39d01cc55e.tar.gz
freebsd-ports-gnome-3525b922873524a70db57d24fda59d39d01cc55e.tar.zst
freebsd-ports-gnome-3525b922873524a70db57d24fda59d39d01cc55e.zip
- Stage support
PR: 190046 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/feedonfeeds/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/feedonfeeds/Makefile b/www/feedonfeeds/Makefile
index da0f73215529..8e6e2267c3b3 100644
--- a/www/feedonfeeds/Makefile
+++ b/www/feedonfeeds/Makefile
@@ -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>