diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-09 15:24:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-09 15:24:36 +0000 |
commit | 791526f80920cc33ab999c0249ac3246f7fb4c08 (patch) | |
tree | 46ffea6bf095f925ed9e99587764d3a0e3271154 /editors/speedbar | |
parent | baedb69a2c03218a17f1a0a6d2e62e25abedee01 (diff) | |
download | pkgsrc-791526f80920cc33ab999c0249ac3246f7fb4c08.tar.gz |
Remove bogus empty line in Makefile, and fix info handling in PLIST.
Diffstat (limited to 'editors/speedbar')
-rw-r--r-- | editors/speedbar/Makefile | 3 | ||||
-rw-r--r-- | editors/speedbar/pkg/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index f089a2b44a7..d7ffa841f27 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/08 20:50:11 cjones Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/09 15:24:36 wiz Exp $ # DISTNAME= speedbar-0.13a @@ -35,7 +35,6 @@ IMAGES= sb-dir-plus.xpm sb-dir-minus.xpm sb-dir.xpm sb-pg-plus.xpm \ sb-tag-minus.xpm sb-tag.xpm sb-tag-gt.xpm sb-tag-v.xpm \ sb-tag-type.xpm sb-image.el - do-install: ${INSTALL_DATA_DIR} ${PREFIX}/${LISPDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \ diff --git a/editors/speedbar/pkg/PLIST b/editors/speedbar/pkg/PLIST index 75b03c3d0ca..a098a284ba6 100644 --- a/editors/speedbar/pkg/PLIST +++ b/editors/speedbar/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/08 20:50:11 cjones Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/06/09 15:24:36 wiz Exp $ ${LISPDIR}/dframe.el ${LISPDIR}/dframe.elc ${LISPDIR}/sb-dir-minus.xpm @@ -17,5 +17,7 @@ ${LISPDIR}/sb-tag-v.xpm ${LISPDIR}/sb-tag.xpm ${LISPDIR}/speedbar.el ${LISPDIR}/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 @unexec rmdir %D/${LISPDIR} 2>/dev/null || true |