diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-04-21 21:46:58 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-04-21 21:46:58 +0000 |
commit | 6effdc375d4d73e9521d3c9324876f4d98f45655 (patch) | |
tree | 8ffbd88ff8444c838d30490d017576e7462386c7 /textproc/bibclean/Makefile | |
parent | 4ddd291d6fc079c9baa81073f1cb7e0c62f5a5c7 (diff) | |
download | pkgsrc-6effdc375d4d73e9521d3c9324876f4d98f45655.tar.gz |
Also install the documentation 'bibclean.dvi', which contains a lexical
analysis of the BibTeX format. Bump PKGREVISION.
Diffstat (limited to 'textproc/bibclean/Makefile')
-rw-r--r-- | textproc/bibclean/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/bibclean/Makefile b/textproc/bibclean/Makefile index f1e99a342ed..f86f01c5c1e 100644 --- a/textproc/bibclean/Makefile +++ b/textproc/bibclean/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/04/21 14:29:51 jschauma Exp $ +# $NetBSD: Makefile,v 1.5 2003/04/21 21:46:58 jschauma Exp $ # DISTNAME= bibclean-2.11.4 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.math.utah.edu/pub/tex/bib/ @@ -12,4 +13,8 @@ COMMENT= prettyprinter and syntax checker for BibTeX bibliography databases GNU_CONFIGURE= YES USE_BUILDLINK2= YES +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bibclean + ${INSTALL_DATA} ${WRKSRC}/doc/bibclean.dvi ${PREFIX}/share/doc/bibclean/ + .include "../../mk/bsd.pkg.mk" |