summaryrefslogtreecommitdiff
path: root/editors/speedbar/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-12 01:57:04 +0000
committeruebayasi <uebayasi>2003-01-12 01:57:04 +0000
commitdf03aae85c44cd53ec8de0bfffecea23ef811006 (patch)
tree176a8b327cc13ed0036d99b9367106e7cc0d0a89 /editors/speedbar/Makefile
parentcf6c114c58502a4ec7af24453ee63ed717f04c01 (diff)
downloadpkgsrc-df03aae85c44cd53ec8de0bfffecea23ef811006.tar.gz
Fix build problem in the previous.
Diffstat (limited to 'editors/speedbar/Makefile')
-rw-r--r--editors/speedbar/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile
index 0b41ac4e9a8..c687eeadef2 100644
--- a/editors/speedbar/Makefile
+++ b/editors/speedbar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/01/11 08:51:09 uebayasi Exp $
+# $NetBSD: Makefile,v 1.6 2003/01/12 01:57:04 uebayasi Exp $
#
DISTNAME= speedbar-0.14beta4
@@ -29,10 +29,10 @@ IMAGES= sb-dir-plus.xpm sb-dir-minus.xpm sb-dir.xpm sb-pg-plus.xpm \
sb-doc-minus.xpm sb-box.xpm sb-box-plus.xpm sb-box-minus.xpm
do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/${LISPDIR}
+ ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/speedbar
cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \
- ${PREFIX}/${LISPDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${IMAGES} ${PREFIX}/${LISPDIR}
+ ${EMACS_LISPPREFIX}/speedbar
+ cd ${WRKSRC} && ${INSTALL_DATA} ${IMAGES} ${EMACS_LISPPREFIX}/speedbar
cd ${WRKSRC} && ${INSTALL_DATA} ${INFO_FILES} ${PREFIX}/info
.include "../../mk/texinfo.mk"