diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-21 13:48:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-21 13:48:24 +0800 |
commit | c740038d7c90137cfcd46a2af94c47ec2603b1ca (patch) | |
tree | 06ad810eec4d96bc02a70db1b20947ea56d664d2 | |
parent | 66998906925aee62e0b719a70909578c85fd74cc (diff) | |
download | freebsd-ports-gnome-c740038d7c90137cfcd46a2af94c47ec2603b1ca.tar.gz freebsd-ports-gnome-c740038d7c90137cfcd46a2af94c47ec2603b1ca.tar.zst freebsd-ports-gnome-c740038d7c90137cfcd46a2af94c47ec2603b1ca.zip |
- Stage support
-rw-r--r-- | editors/xemacs-packages/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 86436521729e..e1fd7a9f697a 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -146,8 +146,8 @@ post-patch: ${FIND} ${WRKSRC} -name \*.orig -exec ${RM} -f \{} \; do-install: - ${MKDIR} ${XEMACSDIR}/${PACKAGES_SUBDIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${XEMACSDIR}/${PACKAGES_SUBDIR}) + ${MKDIR} ${STAGEDIR}${XEMACSDIR}/${PACKAGES_SUBDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${XEMACSDIR}/${PACKAGES_SUBDIR}) post-install: @cd ${WRKDIR} && \ |