diff options
Diffstat (limited to 'www/quanta/Makefile')
-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}; \ |