diff options
author | jschauma <jschauma> | 2003-04-21 21:46:58 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-04-21 21:46:58 +0000 |
commit | 0ce41540d79aa0e8dfebc8e3ff9cfafa9536f2b7 (patch) | |
tree | 8ffbd88ff8444c838d30490d017576e7462386c7 | |
parent | 8ae22b97d710bfeacd577e91d91b7ca11ead234a (diff) | |
download | pkgsrc-0ce41540d79aa0e8dfebc8e3ff9cfafa9536f2b7.tar.gz |
Also install the documentation 'bibclean.dvi', which contains a lexical
analysis of the BibTeX format. Bump PKGREVISION.
-rw-r--r-- | textproc/bibclean/Makefile | 7 | ||||
-rw-r--r-- | textproc/bibclean/PLIST | 4 |
2 files changed, 9 insertions, 2 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" diff --git a/textproc/bibclean/PLIST b/textproc/bibclean/PLIST index 91cbaaa8ce6..5d0d23f364a 100644 --- a/textproc/bibclean/PLIST +++ b/textproc/bibclean/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:56:18 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/04/21 21:46:59 jschauma Exp $ bin/.bibcleanrc bin/bibclean man/man1/bibclean.1 +share/doc/bibclean/bibclean.dvi +@dirrm share/doc/bibclean |