diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-25 13:25:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-25 13:25:53 +0800 |
commit | 61ef8adfd8f201a21cde2c62f615f8b755135f88 (patch) | |
tree | 5b5784285893d8295f2bffc2f52b76fe56ff068b /www | |
parent | 043b1ce5bebc542ee995f9d0a07b783c6cf43b57 (diff) | |
download | freebsd-ports-gnome-61ef8adfd8f201a21cde2c62f615f8b755135f88.tar.gz freebsd-ports-gnome-61ef8adfd8f201a21cde2c62f615f8b755135f88.tar.zst freebsd-ports-gnome-61ef8adfd8f201a21cde2c62f615f8b755135f88.zip |
- Stage support
PR: 190024
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/ckeditor/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ckeditor/Makefile b/www/ckeditor/Makefile index 19f56dd39390..d8bd07167e2c 100644 --- a/www/ckeditor/Makefile +++ b/www/ckeditor/Makefile @@ -15,9 +15,8 @@ LICENSE= MPL NO_BUILD= yes WRKSRC= ${WRKDIR}/ckeditor -NO_STAGE= yes do-install: - @${INSTALL} -d -m 0755 ${WWWDIR} - @(cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR}) + @${INSTALL} -d -m 0755 ${STAGEDIR}${WWWDIR} + @(cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}) .include <bsd.port.mk> |