diff options
author | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-06-06 12:34:13 +0000 |
---|---|---|
committer | Dryice Dong Liu <dryice@FreeBSD.org> | 2007-06-06 12:34:13 +0000 |
commit | 384935b90baf039e1c58148196b9171eb1bd5d42 (patch) | |
tree | 5bb8d1de0b1c88ea644e5f2b7795d7b2d6dec224 /textproc/muse | |
parent | This wizard will create a DVD with fully animated menu (diff) |
Really commit PR/113370. I forgot "cvs add" in the last commit. Shame on me.
Thanks Tim Bishop for pointing this out.
PR: 113370
Submitted by: Tim Bishop <tdb@FreeBSD.org>
Diffstat (limited to 'textproc/muse')
-rw-r--r-- | textproc/muse/files/patch-Makefile.defs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/muse/files/patch-Makefile.defs b/textproc/muse/files/patch-Makefile.defs new file mode 100644 index 000000000000..8675c01db91c --- /dev/null +++ b/textproc/muse/files/patch-Makefile.defs @@ -0,0 +1,11 @@ +--- ./Makefile.defs.orig Tue Jun 5 11:08:33 2007 ++++ ./Makefile.defs Tue Jun 5 11:08:42 2007 +@@ -8,7 +8,7 @@ + + # Installation options + # PREFIX is only used here. +-PREFIX = /usr/local ++PREFIX = $(LOCALBASE) + ELISPDIR = $(PREFIX)/share/emacs/site-lisp/muse + INFODIR = $(PREFIX)/info + |