summaryrefslogtreecommitdiff
path: root/textproc/emacs-muse/files
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-03-18 10:55:20 +0000
committerobache <obache@pkgsrc.org>2011-03-18 10:55:20 +0000
commitd254a35172a78542634c754b8e055ec0cd501b1a (patch)
tree23162630c6c93503ab8fa1e77c260dcef8875d9b /textproc/emacs-muse/files
parent53eb1bad933dc932e7d33acb6a97480af5d27929 (diff)
downloadpkgsrc-d254a35172a78542634c754b8e055ec0cd501b1a.tar.gz
Add user-destdir installation support.
Diffstat (limited to 'textproc/emacs-muse/files')
-rw-r--r--textproc/emacs-muse/files/Makefile.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/emacs-muse/files/Makefile.defs b/textproc/emacs-muse/files/Makefile.defs
index 52b7d604cf2..c642fb2522a 100644
--- a/textproc/emacs-muse/files/Makefile.defs
+++ b/textproc/emacs-muse/files/Makefile.defs
@@ -1,5 +1,5 @@
include Makefile.defs.default
-EMACS= @EMACS@
-PREFIX= @PREFIX@
-ELISPDIR= @LISPDIR@/muse
+EMACS= ${DESTDIR}@EMACS@
+PREFIX= ${DESTDIR}@PREFIX@
+ELISPDIR= ${DESTDIR}@LISPDIR@/muse