diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-06-26 16:55:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-06-26 16:55:12 +0000 |
commit | 5812f77ad4931840e6490c63c1eed92ee92ca278 (patch) | |
tree | 2b639c0f4c6b88d2acb65f8c371008479e227c02 | |
parent | 1d9a45e85e39ac8ada2bf4a7b8700db3c3ffceff (diff) | |
download | freebsd-ports-5812f77ad4931840e6490c63c1eed92ee92ca278.zip |
- use PACKAGE_BUILDING
Approved by: maintainer (implicit)
-rw-r--r-- | editors/emacs.app/Makefile | 2 |
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 |