diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /www/quanta | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'www/quanta')
-rw-r--r-- | www/quanta/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/quanta/Makefile b/www/quanta/Makefile index 5c98d04ea96..f817893c29b 100644 --- a/www/quanta/Makefile +++ b/www/quanta/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2002/10/02 22:28:09 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2003/03/29 12:42:54 jmmv Exp $ DISTNAME= quanta-2.0-pr2 PKGNAME= quanta-1.9.9.2 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/quanta CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quanta/} EXTRACT_SUFX= .tar.bz2 @@ -23,8 +24,6 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig -WRKSRC= ${WRKDIR}/quanta - pre-configure: cd ${WRKSRC}; \ ${ACLOCAL}; \ |