aboutsummaryrefslogtreecommitdiff
path: root/externals/build/darwin
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-31 21:41:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-31 21:41:49 +0000
commit9df3b9b13718f4b29778470af390b8948be41318 (patch)
tree103c1a1004c9b60b8c97852ec01f66c36c1b5e3e /externals/build/darwin
parentf028e69660ef4bff979a782e1f261ea6d0300f67 (diff)
fixed 'make darwin_pkg_clean' bug
svn path=/trunk/; revision=919
Diffstat (limited to 'externals/build/darwin')
-rw-r--r--externals/build/darwin/makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/externals/build/darwin/makefile b/externals/build/darwin/makefile
index a0a1f953..43918c2e 100644
--- a/externals/build/darwin/makefile
+++ b/externals/build/darwin/makefile
@@ -51,7 +51,8 @@ link.stamp:
EXTERNALS_VERSION = $(shell date +20%y.%m.%d)
-PACKAGE_NAME = pd-externals-$(EXTERNALS_VERSION)
+PACKAGE_PREFIX = pd-externals
+PACKAGE_NAME = $(PACKAGE_PREFIX)-$(EXTERNALS_VERSION)
darwin_pkg_license:
# generate HTML version of License
@@ -63,8 +64,8 @@ darwin_pkg_welcome:
# generate Welcome.html from ../README.txt
darwin_pkg_clean:
- -sudo rm -Rf installroot/ pd-externals*.pkg/
- -rm -f pd-externals-*.info 1 License.html Welcome.???*
+ -sudo rm -Rf installroot/ $(PACKAGE_PREFIX)*.pkg/
+ -rm -f $(PACKAGE_PREFIX)-*.info 1 License.html Welcome.???*
# install into MSP's default: /usr/local/lib