diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-25 05:27:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-25 05:27:32 +0000 |
commit | 96bd1dddfa183d3bf1fb86bc1d3676b9a6a5802c (patch) | |
tree | 01cdc2a7e3376af6ca647626cd2807585d952a19 /www/feedonfeeds | |
parent | f45fb7ce6c92b427bad846084153f59f7b86af67 (diff) | |
download | ports-96bd1dddfa183d3bf1fb86bc1d3676b9a6a5802c.tar.gz ports-96bd1dddfa183d3bf1fb86bc1d3676b9a6a5802c.zip |
Notes
Diffstat (limited to 'www/feedonfeeds')
-rw-r--r-- | www/feedonfeeds/Makefile | 5 |
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> |