summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 06:59:06 +0000
committersnj <snj>2004-04-11 06:59:06 +0000
commit94ccacefa2a12460023164f1d9922a822cb639fe (patch)
tree418c522a37f1aa0cae549e70878c660ab155cbd7 /converters
parent7120abd10a4728e762b3382198a11f5e9160c275 (diff)
downloadpkgsrc-94ccacefa2a12460023164f1d9922a822cb639fe.tar.gz
Convert to buildlink3.
Diffstat (limited to 'converters')
-rw-r--r--converters/autoconvert/Makefile6
-rw-r--r--converters/base64/Makefile4
-rw-r--r--converters/bib2xml/Makefile6
3 files changed, 8 insertions, 8 deletions
diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile
index b1e27c7c8b0..ff293ea753c 100644
--- a/converters/autoconvert/Makefile
+++ b/converters/autoconvert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/22 07:52:43 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/11 07:09:28 snj Exp $
DISTNAME= autoconvert-0.3.13
CATEGORIES= converters
@@ -8,7 +8,7 @@ MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://banyan.dlut.edu.cn/~ygh/
COMMENT= Intelligent Chinese encoding converter
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_GNU_TOOLS+= make
@@ -17,5 +17,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/procmailrc.example ${WRKSRC}/shed.* \
${PREFIX}/share/examples/autoconvert
-.include "../../devel/libgetopt/buildlink2.mk"
+.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/converters/base64/Makefile b/converters/base64/Makefile
index 6e3beb57ee5..4fc3ab772b5 100644
--- a/converters/base64/Makefile
+++ b/converters/base64/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/11/19 02:52:46 jschauma Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/11 07:10:52 snj Exp $
#
DISTNAME= base64-1.3
@@ -13,7 +13,7 @@ COMMENT= Encode and decode base64 files
GNU_CONFIGURE= yes
ALL_TARGET= prog
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin
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"