diff options
-rw-r--r-- | editors/speedbar/Makefile | 8 | ||||
-rw-r--r-- | editors/speedbar/PLIST | 64 |
2 files changed, 36 insertions, 36 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" diff --git a/editors/speedbar/PLIST b/editors/speedbar/PLIST index d54f37467dc..d267703cc42 100644 --- a/editors/speedbar/PLIST +++ b/editors/speedbar/PLIST @@ -1,36 +1,36 @@ -@comment $NetBSD: PLIST,v 1.5 2003/01/11 08:51:09 uebayasi Exp $ -${LISPDIR}/dframe.el -${LISPDIR}/dframe.elc -${LISPDIR}/sb-box-minus.xpm -${LISPDIR}/sb-box-plus.xpm -${LISPDIR}/sb-box.xpm -${LISPDIR}/sb-chk.xpm -${LISPDIR}/sb-dir-minus.xpm -${LISPDIR}/sb-dir-plus.xpm -${LISPDIR}/sb-dir.xpm -${LISPDIR}/sb-doc-minus.xpm -${LISPDIR}/sb-doc-plus.xpm -${LISPDIR}/sb-doc.xpm -${LISPDIR}/sb-image.el -${LISPDIR}/sb-info.xpm -${LISPDIR}/sb-label.xpm -${LISPDIR}/sb-mail.xpm -${LISPDIR}/sb-obj.xpm -${LISPDIR}/sb-objod.xpm -${LISPDIR}/sb-pg-minus.xpm -${LISPDIR}/sb-pg-plus.xpm -${LISPDIR}/sb-pg.xpm -${LISPDIR}/sb-ro.xpm -${LISPDIR}/sb-tag-gt.xpm -${LISPDIR}/sb-tag-minus.xpm -${LISPDIR}/sb-tag-plus.xpm -${LISPDIR}/sb-tag-type.xpm -${LISPDIR}/sb-tag-v.xpm -${LISPDIR}/sb-tag.xpm -${LISPDIR}/speedbar.el -${LISPDIR}/speedbar.elc +@comment $NetBSD: PLIST,v 1.6 2003/01/12 01:57:04 uebayasi Exp $ +${EMACS_LISPPREFIX}/speedbar/dframe.el +${EMACS_LISPPREFIX}/speedbar/dframe.elc +${EMACS_LISPPREFIX}/speedbar/sb-box-minus.xpm +${EMACS_LISPPREFIX}/speedbar/sb-box-plus.xpm +${EMACS_LISPPREFIX}/speedbar/sb-box.xpm +${EMACS_LISPPREFIX}/speedbar/sb-chk.xpm +${EMACS_LISPPREFIX}/speedbar/sb-dir-minus.xpm +${EMACS_LISPPREFIX}/speedbar/sb-dir-plus.xpm +${EMACS_LISPPREFIX}/speedbar/sb-dir.xpm +${EMACS_LISPPREFIX}/speedbar/sb-doc-minus.xpm +${EMACS_LISPPREFIX}/speedbar/sb-doc-plus.xpm +${EMACS_LISPPREFIX}/speedbar/sb-doc.xpm +${EMACS_LISPPREFIX}/speedbar/sb-image.el +${EMACS_LISPPREFIX}/speedbar/sb-info.xpm +${EMACS_LISPPREFIX}/speedbar/sb-label.xpm +${EMACS_LISPPREFIX}/speedbar/sb-mail.xpm +${EMACS_LISPPREFIX}/speedbar/sb-obj.xpm +${EMACS_LISPPREFIX}/speedbar/sb-objod.xpm +${EMACS_LISPPREFIX}/speedbar/sb-pg-minus.xpm +${EMACS_LISPPREFIX}/speedbar/sb-pg-plus.xpm +${EMACS_LISPPREFIX}/speedbar/sb-pg.xpm +${EMACS_LISPPREFIX}/speedbar/sb-ro.xpm +${EMACS_LISPPREFIX}/speedbar/sb-tag-gt.xpm +${EMACS_LISPPREFIX}/speedbar/sb-tag-minus.xpm +${EMACS_LISPPREFIX}/speedbar/sb-tag-plus.xpm +${EMACS_LISPPREFIX}/speedbar/sb-tag-type.xpm +${EMACS_LISPPREFIX}/speedbar/sb-tag-v.xpm +${EMACS_LISPPREFIX}/speedbar/sb-tag.xpm +${EMACS_LISPPREFIX}/speedbar/speedbar.el +${EMACS_LISPPREFIX}/speedbar/speedbar.elc @unexec ${INSTALL_INFO} --delete %D/info/speedbar.info %D/info/dir info/speedbar.info @exec ${INSTALL_INFO} %D/info/speedbar.info %D/info/dir @exec install-info %D/info/speedbar.info %D/info/dir -@unexec ${RMDIR} %D/${LISPDIR} 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/${EMACS_LISPPREFIX}/speedbar 2>/dev/null || ${TRUE} |