diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /www/htmldoc | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'www/htmldoc')
-rw-r--r-- | www/htmldoc/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htmldoc/Makefile.common b/www/htmldoc/Makefile.common index a2970dd0713..e22771d36f5 100644 --- a/www/htmldoc/Makefile.common +++ b/www/htmldoc/Makefile.common @@ -1,9 +1,8 @@ -# $NetBSD: Makefile.common,v 1.7 2003/07/17 22:55:36 grant Exp $ +# $NetBSD: Makefile.common,v 1.8 2004/01/20 12:27:58 agc Exp $ # HTMLDOC_VERSION= 1.8.23 DISTNAME= htmldoc-${HTMLDOC_VERSION}-source -WRKSRC= ${WRKDIR}/htmldoc-${HTMLDOC_VERSION} CATEGORIES= www MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/${HTMLDOC_VERSION}/ EXTRACT_SUFX= .tar.bz2 @@ -17,6 +16,7 @@ DISTINFO_FILE= ${.CURDIR}/../htmldoc/distinfo PATCHDIR= ${.CURDIR}/../htmldoc/patches PLIST_SRC= ${.CURDIR}/../htmldoc/PLIST +WRKSRC= ${WRKDIR}/htmldoc-${HTMLDOC_VERSION} USE_BUILDLINK2= YES GNU_CONFIGURE= YES |