From dc52048e014fdad9bb69ef9db159835a61c8dd4d Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- converters/bib2xml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters/bib2xml') diff --git a/converters/bib2xml/Makefile b/converters/bib2xml/Makefile index d4d634a1e8f..80f5b5e87d7 100644 --- a/converters/bib2xml/Makefile +++ b/converters/bib2xml/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:27:09 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:10:29 agc Exp $ # DISTNAME= bib2xml-10062002 PKGNAME= ${DISTNAME:C/-(....)(....)/-\2\1/} -WRKSRC= ${WRKDIR}/bib2xml CATEGORIES= converters textproc MASTER_SITES= http://www.cs.colorado.edu/~henkel/stuff/bib2xml/ @@ -11,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.colorado.edu/~henkel/stuff/bib2xml/ COMMENT= BibTeX to XML converter +WRKSRC= ${WRKDIR}/bib2xml USE_BUILDLINK2= YES GNU_CONFIGURE= YES BUILD_DIRS= ${WRKSRC}/progs -- cgit v1.2.3