aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-20 16:15:27 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-20 16:15:27 +0800
commit7898a404518bd7d25d117ef5e8f32ca74084821c (patch)
tree48ad5cefb4dcb5e642cf27620cc1a10e8ba95855 /editors
parent2bdd55cc5f94964103bfc1e21a1631540d637bf7 (diff)
downloadfreebsd-ports-gnome-7898a404518bd7d25d117ef5e8f32ca74084821c.tar.gz
freebsd-ports-gnome-7898a404518bd7d25d117ef5e8f32ca74084821c.tar.zst
freebsd-ports-gnome-7898a404518bd7d25d117ef5e8f32ca74084821c.zip
Support staging
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-mule-packages/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/xemacs-mule-packages/Makefile b/editors/xemacs-mule-packages/Makefile
index b9b92606c387..c769b615c0b2 100644
--- a/editors/xemacs-mule-packages/Makefile
+++ b/editors/xemacs-mule-packages/Makefile
@@ -27,7 +27,6 @@ WRKSRC= ${WRKDIR}/${PACKAGES_SUBDIR}
XEMACSDIR= ${PREFIX}/lib/xemacs
PACKAGES_SUBDIR= mule-packages
-NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKSRC}
.for f in ${DISTFILES}
@@ -36,8 +35,8 @@ do-extract:
.endfor
do-install:
- ${MKDIR} ${XEMACSDIR}
- ${CP} -R ${WRKSRC} ${XEMACSDIR}
+ ${MKDIR} ${STAGEDIR}${XEMACSDIR}
+ ${CP} -R ${WRKSRC} ${STAGEDIR}${XEMACSDIR}
post-install:
@cd ${WRKDIR} && \