diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 16:15:27 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-20 16:15:27 +0800 |
commit | 7898a404518bd7d25d117ef5e8f32ca74084821c (patch) | |
tree | 48ad5cefb4dcb5e642cf27620cc1a10e8ba95855 /editors | |
parent | 2bdd55cc5f94964103bfc1e21a1631540d637bf7 (diff) | |
download | freebsd-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/Makefile | 5 |
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} && \ |