diff options
author | dryice <dryice@FreeBSD.org> | 2007-06-06 20:34:13 +0800 |
---|---|---|
committer | dryice <dryice@FreeBSD.org> | 2007-06-06 20:34:13 +0800 |
commit | bfd46dd6ae84e1a777a22e4c95f0fb350cf9eceb (patch) | |
tree | e1386cfc03797e2b6168d4fab57894d1f890e497 /textproc | |
parent | 10e710e20421c6399824dbdc91c56289cbaf7cff (diff) | |
download | freebsd-ports-gnome-bfd46dd6ae84e1a777a22e4c95f0fb350cf9eceb.tar.gz freebsd-ports-gnome-bfd46dd6ae84e1a777a22e4c95f0fb350cf9eceb.tar.zst freebsd-ports-gnome-bfd46dd6ae84e1a777a22e4c95f0fb350cf9eceb.zip |
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')
-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 + |