diff options
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} && \ |