diff options
Diffstat (limited to 'www/zope25-ZWeatherApplet/Makefile')
-rw-r--r-- | www/zope25-ZWeatherApplet/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/www/zope25-ZWeatherApplet/Makefile b/www/zope25-ZWeatherApplet/Makefile index e6fb3a1d142..60362baf5a8 100644 --- a/www/zope25-ZWeatherApplet/Makefile +++ b/www/zope25-ZWeatherApplet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/03 19:36:49 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/23 15:57:55 drochner Exp $ -DISTNAME= ZWeatherApplet-1.50 -PKGNAME= zope25-ZWeatherApplet-1.50 +DISTNAME= ZWeatherApplet-1.51 +PKGNAME= zope25-ZWeatherApplet-1.51 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=/zweatherapplet/} @@ -9,13 +9,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.librelogiciel.com/software/ COMMENT= Zope Weather applet -ZOPE_COPYPRODUCT= ZWeatherApplet-copyproduct +ZOPE_COPYPRODUCT= zope-std-copyproduct-short USE_BUILDLINK2= yes -ZWeatherApplet-copyproduct: - ${CP} -r ${WRKSRC}/ZWeatherApplet-1.50 \ - ${ZOPEDIR}/lib/python/Products/ZWeatherApplet - .include "../../www/zope25/product.mk" .include "../../net/py-METAR/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |