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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /www/htmldoc | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.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 |