summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrh <rh>2009-04-19 08:15:50 +0000
committerrh <rh>2009-04-19 08:15:50 +0000
commit63a2a57cf3040a56eff986141292da038b0d8dd5 (patch)
tree9b6eeefc59ccfb11118689741f44a8b53db86fe4
parentadf8b0f9f06e21f5c86802b235d0007715a64a5d (diff)
downloadpkgsrc-63a2a57cf3040a56eff986141292da038b0d8dd5.tar.gz
add a tweak for pre-2.0 gnustep bundles
-rw-r--r--devel/gnustep-make/gnustep.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gnustep-make/gnustep.mk b/devel/gnustep-make/gnustep.mk
index 9f09039ea71..56510b56dc4 100644
--- a/devel/gnustep-make/gnustep.mk
+++ b/devel/gnustep-make/gnustep.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gnustep.mk,v 1.15 2009/04/19 00:50:11 rh Exp $
+# $NetBSD: gnustep.mk,v 1.16 2009/04/19 08:15:50 rh Exp $
.if !defined(GNUSTEP_MK)
GNUSTEP_MK= #defined
@@ -45,6 +45,7 @@ SUBST_STAGE.gnustep_installation_dir= post-patch
SUBST_FILES.gnustep_installation_dir?= GNUmakefile
SUBST_SED.gnustep_installation_dir+= -e 's|GNUSTEP_INSTALLATION_DIR.*=.*..GNUSTEP_\(.*\)_ROOT.*|GNUSTEP_INSTALLATION_DOMAIN = \1|'
SUBST_SED.gnustep_installation_dir+= -e 's|\$$(GNUSTEP_INSTALLATION_DIR)/Libraries|$${DESTDIR}${GNUSTEP_LIB_DIR}/Libraries/${PKGNAME}|g'
+SUBST_SED.gnustep_installation_dir+= -e 's|\$$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles|$${DESTDIR}${GNUSTEP_LIB_DIR}/Bundles|g'
SUBST_SED.gnustep_installation_dir+= -e 's|\$$(GNUSTEP_INSTALLATION_DIR)/Library|$${DESTDIR}${GNUSTEP_ROOT}/${GNUSTEP_SUBDIR}/Library|g'
SUBST_SED.gnustep_installation_dir+= -e 's|INSTALL_ROOT_DIR|DESTDIR|g'
.endif