Update science/paje to version 1.97_7
[dports.git] / science / paje / files / patch-StorageController_GNUmakefile
1 --- StorageController/GNUmakefile.orig  2006-10-30 21:46:08 UTC
2 +++ StorageController/GNUmakefile
3 @@ -1,8 +1,4 @@
4 -ifeq "$(GNUSTEP_SYSTEM_ROOT)" ""
5 -  include Makefile
6 -else
7 -
8 -BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje
9 +BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje
10  
11  include $(GNUSTEP_MAKEFILES)/common.make
12  
13 @@ -27,4 +23,3 @@ h.template
14  include $(GNUSTEP_MAKEFILES)/bundle.make
15  -include GNUmakefile.postamble
16  
17 -endif