From 1c7b1c51c23e05dab2adb89292a90caa68b5253c Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 7 Mar 2011 23:28:38 +0000 Subject: Let lyx install files under ${DESTDIR} on Mac OS X. --- editors/lyx/distinfo | 3 ++- editors/lyx/patches/patch-development_MacOSX_Makefile.in | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 editors/lyx/patches/patch-development_MacOSX_Makefile.in (limited to 'editors/lyx') diff --git a/editors/lyx/distinfo b/editors/lyx/distinfo index 26d5514361d..9aa92386f02 100644 --- a/editors/lyx/distinfo +++ b/editors/lyx/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2010/12/01 19:34:49 drochner Exp $ +$NetBSD: distinfo,v 1.5 2011/03/07 23:28:38 minskim Exp $ SHA1 (lyx-1.6.8.tar.bz2) = caa9672e0dd6c725fcb0eb5c2bbf3ba9871935e5 RMD160 (lyx-1.6.8.tar.bz2) = bf144d8f9ab0b646f320671dded82544c9bbe83e Size (lyx-1.6.8.tar.bz2) = 12232798 bytes +SHA1 (patch-development_MacOSX_Makefile.in) = ae9e51e3458f8986ae392b146f8684305b7fe25b diff --git a/editors/lyx/patches/patch-development_MacOSX_Makefile.in b/editors/lyx/patches/patch-development_MacOSX_Makefile.in new file mode 100644 index 00000000000..3dd5dc38b9a --- /dev/null +++ b/editors/lyx/patches/patch-development_MacOSX_Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-development_MacOSX_Makefile.in,v 1.1 2011/03/07 23:28:38 minskim Exp $ + +Install files under $(DESTDIR) on Mac OS X. + +--- development/MacOSX/Makefile.in.orig 2011-03-05 04:50:39.000000000 +0000 ++++ development/MacOSX/Makefile.in +@@ -884,7 +884,7 @@ uninstall-am: uninstall-dist_binSCRIPTS + install-data-hook: + LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" $(LINGUAS)`; \ + for f in en $$LINGUAS_ ; do \ +- mkdir -p $(pkgdatadir)/$$f.lproj ; \ ++ mkdir -p $(DESTDIR)$(pkgdatadir)/$$f.lproj ; \ + done + + # Tell versions [3.59,3.63) of GNU make to not export all variables. -- cgit v1.2.3