aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>1999-11-25 21:49:04 +0800
committershige <shige@FreeBSD.org>1999-11-25 21:49:04 +0800
commit458375748f295a31d911be4856573c254e0507c5 (patch)
tree41a5b52fd8f975b66ec59ec35a7f42cc8d5beea3
parente4b2943416209f20b9743e949d7c03acab1e460d (diff)
downloadfreebsd-ports-gnome-458375748f295a31d911be4856573c254e0507c5.tar.gz
freebsd-ports-gnome-458375748f295a31d911be4856573c254e0507c5.tar.zst
freebsd-ports-gnome-458375748f295a31d911be4856573c254e0507c5.zip
Substitute ELISP_SUBDIR for ELISPDIR.
Substitute XELISP_SUBDIR for XELISPDIR. PR: ports/15072 Submitted by: Dom.Mitchell@palmerharvey.co.uk
-rw-r--r--www/css-mode.el/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/css-mode.el/Makefile b/www/css-mode.el/Makefile
index eacb8896f80f..4ef71cb10f65 100644
--- a/www/css-mode.el/Makefile
+++ b/www/css-mode.el/Makefile
@@ -33,10 +33,10 @@ PLIST_SUB= ELISP_SUBDIR=${ELISP_SUBDIR} XELISP_SUBDIR=${XELISP_SUBDIR} \
CSSMODE_DOCDIR=${CSSMODE_DOCDIR}
do-install:
- ${MKDIR} ${PREFIX}/${ELISPDIR}
+ ${MKDIR} ${PREFIX}/${ELISP_SUBDIR}
${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${ELISP_SUBDIR}/
# For XEmacs
- ${MKDIR} ${PREFIX}/${XELISPDIR}
+ ${MKDIR} ${PREFIX}/${XELISP_SUBDIR}
${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${XELISP_SUBDIR}/
post-install: