diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-07 06:33:40 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-07 06:33:40 +0000 |
commit | de69a918ff413df4bfb36e64765b2fafebab977c (patch) | |
tree | a3f81b41e0c05c78645d42e5c7b224453076c018 /textproc | |
parent | 74b9bbc6043559c445786a07b52e96ee8b450e12 (diff) | |
download | pkgsrc-de69a918ff413df4bfb36e64765b2fafebab977c.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bibclean/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/bibclean/Makefile b/textproc/bibclean/Makefile index 291c45d4525..c19b9916860 100644 --- a/textproc/bibclean/Makefile +++ b/textproc/bibclean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:27:25 martti Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/07 06:33:40 minskim Exp $ # DISTNAME= bibclean-2.11.4 @@ -10,8 +10,10 @@ MAINTAINER= seb@pbox.org HOMEPAGE= http://www.math.utah.edu/pub/bibclean/ COMMENT= Prettyprinter and syntax checker for BibTeX bibliography databases +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bibclean |