diff options
author | seb <seb@pkgsrc.org> | 2004-12-23 16:30:10 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-12-23 16:30:10 +0000 |
commit | b718249fe69c63ab5f811867aee638bac781853d (patch) | |
tree | 8f476dcc5b94f6bc136636a455331be0596abaea /textproc/bibparse/Makefile | |
parent | 674222c93d3084b3f9193c315ac17cf66ce5f1fc (diff) | |
download | pkgsrc-b718249fe69c63ab5f811867aee638bac781853d.tar.gz |
Update to version 1.06.
No functional changes since last packaged version (1.04).
While here update HOMEPAGE, MAINTAINER and add test target support.
Diffstat (limited to 'textproc/bibparse/Makefile')
-rw-r--r-- | textproc/bibparse/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/bibparse/Makefile b/textproc/bibparse/Makefile index 535d600ef89..a43d3ec76bb 100644 --- a/textproc/bibparse/Makefile +++ b/textproc/bibparse/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2004/04/13 02:24:05 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/23 16:30:10 seb Exp $ # -DISTNAME= bibparse-1.04 +DISTNAME= bibparse-1.06 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.math.utah.edu/pub/tex/bib/ +MASTER_SITES= http://www.math.utah.edu/pub/bibparse/ -MAINTAINER= seb@pbox.org +MAINTAINER= seb@NetBSD.org HOMEPAGE= http://www.math.utah.edu/pub/bibparse/ COMMENT= Syntax checking tools for BibTeX bibliography databases @@ -14,4 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES USE_BUILDLINK3= YES +TEST_TARGET= check + .include "../../mk/bsd.pkg.mk" |