diff options
author | jlam <jlam> | 2001-12-03 16:16:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-12-03 16:16:31 +0000 |
commit | edae00aa52e9a5f3e28aecc659dd132e87c957a2 (patch) | |
tree | 7df5ef263cf6eefa3ca9043cbd704326547c8b48 /www | |
parent | 528213bae8d6698c3eb8947b2419e7c1cdfde1c4 (diff) | |
download | pkgsrc-edae00aa52e9a5f3e28aecc659dd132e87c957a2.tar.gz |
EXTRACT_SUFX needs to be explicityly set to ".tar.bz2" now that we don't
include kde2/Makefile.kde2.
Diffstat (limited to 'www')
-rw-r--r-- | www/quanta/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/quanta/Makefile b/www/quanta/Makefile index 26dcfb58eac..5e8cecd104d 100644 --- a/www/quanta/Makefile +++ b/www/quanta/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2001/12/02 18:52:52 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/03 16:16:31 jlam Exp $ DISTNAME= quanta-2.0-pr2 PKGNAME= quanta-1.9.9.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quanta/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://quanta.sourceforge.net/ |