summaryrefslogtreecommitdiff
path: root/editors/emacs.app
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs.app')
-rw-r--r--editors/emacs.app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs.app/Makefile b/editors/emacs.app/Makefile
index 9e44764f50d6..f051b7928be9 100644
--- a/editors/emacs.app/Makefile
+++ b/editors/emacs.app/Makefile
@@ -35,7 +35,7 @@ do-build:
do-install:
${CP} -r ${WRKSRC}/nextstep/build/Emacs.app ${PREFIX}/System/Applications/
-.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT)
+.if defined(PACKAGE_BUILDING) || defined(BATCH) || defined(CLEAN_ROOT)
${RM} -rf /root/GNUstep
.endif