summaryrefslogtreecommitdiff
path: root/converters/bib2xml/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 06:59:06 +0000
committersnj <snj>2004-04-11 06:59:06 +0000
commitc1846bbd75826e37754ad04a9cd074e48af36ec4 (patch)
tree418c522a37f1aa0cae549e70878c660ab155cbd7 /converters/bib2xml/Makefile
parentfadc61f69c7c6c7e13c53b6845a8d366970bd1fc (diff)
downloadpkgsrc-c1846bbd75826e37754ad04a9cd074e48af36ec4.tar.gz
Convert to buildlink3.
Diffstat (limited to 'converters/bib2xml/Makefile')
-rw-r--r--converters/bib2xml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/bib2xml/Makefile b/converters/bib2xml/Makefile
index 80f5b5e87d7..8baedbaeb0b 100644
--- a/converters/bib2xml/Makefile
+++ b/converters/bib2xml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:10:29 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/11 07:14:38 snj Exp $
#
DISTNAME= bib2xml-10062002
@@ -11,12 +11,12 @@ HOMEPAGE= http://www.cs.colorado.edu/~henkel/stuff/bib2xml/
COMMENT= BibTeX to XML converter
WRKSRC= ${WRKDIR}/bib2xml
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
BUILD_DIRS= ${WRKSRC}/progs
do-install:
${INSTALL_PROGRAM} ${BUILD_DIRS}/bib2xml ${PREFIX}/bin
-.include "../../textproc/btparse/buildlink2.mk"
+.include "../../textproc/btparse/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"