diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /converters/xlhtml | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'converters/xlhtml')
-rw-r--r-- | converters/xlhtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/xlhtml/Makefile b/converters/xlhtml/Makefile index 9f0b62c8f11..67f796036e2 100644 --- a/converters/xlhtml/Makefile +++ b/converters/xlhtml/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:27:46 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:10:29 agc Exp $ # DISTNAME= xlhtml.0.5.1 PKGNAME= ${DISTNAME:S/./-/} -WRKSRC= ${WRKDIR}/xlhtml CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chicago/} EXTRACT_SUFX= .tgz @@ -12,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://chicago.sourceforge.net/xlhtml/ COMMENT= Microsoft xls/ppt to HTML converter +WRKSRC= ${WRKDIR}/xlhtml USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_GMAKE= YES |