summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/fly/Makefile8
-rw-r--r--graphics/gd/Makefile6
-rw-r--r--graphics/py-gd/Makefile4
-rw-r--r--net/mrtg/Makefile4
-rw-r--r--www/webalizer/Makefile11
5 files changed, 16 insertions, 17 deletions
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile
index 4663333283e..54131d301e9 100644
--- a/graphics/fly/Makefile
+++ b/graphics/fly/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.6 1999/05/02 23:17:23 tron Exp $
+# $NetBSD: Makefile,v 1.7 1999/05/03 20:25:36 tv Exp $
#
-DISTNAME= fly-1.6.1
+DISTNAME= fly-1.6.1
CATEGORIES= graphics www
-MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/
+MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/
MAINTAINER= bouyer@netbsd.org
HOMEPAGE= http://www.unimelb.edu.au/fly/fly.html
-DEPENDS+= gd-1.3:../../graphics/gd
+DEPENDS+= gd-1.3p1:../../graphics/gd
do-install:
${MKDIR} ${PREFIX}/share/doc/fly
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 1db60c099f5..61f0074a194 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 1999/05/02 17:46:19 tsarna Exp $
+# $NetBSD: Makefile,v 1.8 1999/05/03 20:25:37 tv Exp $
# FreeBSD Id: Makefile,v 1.2 1997/02/14 07:55:45 asami Exp
#
-DISTNAME= gd1.3
-PKGNAME= gd-1.3
+DISTNAME= gd1.3p1
+PKGNAME= gd-1.3p1
CATEGORIES= graphics
MASTER_SITES= ftp://www.boutell.com/pub/boutell/gd/
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile
index d91e004e523..7b3f1e5b191 100644
--- a/graphics/py-gd/Makefile
+++ b/graphics/py-gd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/05/02 17:48:37 tsarna Exp $
+# $NetBSD: Makefile,v 1.2 1999/05/03 20:25:37 tv Exp $
DISTNAME= gdmodule.c
PKGNAME= py-gd-1.3
@@ -10,7 +10,7 @@ MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://starship.python.net/~richard/gdmodule/
DEPENDS+= python-1.5.2:../../lang/python \
- gd-1.3:../../graphics/gd
+ gd-1.3p1:../../graphics/gd
WRKSRC= ${WRKDIR}/build
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 6aab6c92c68..44de81ca7b4 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/08/20 15:17:17 tsarna Exp $
+# $NetBSD: Makefile,v 1.5 1999/05/03 20:25:37 tv Exp $
# FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp
#
@@ -9,7 +9,7 @@ MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
-DEPENDS= gd-1.3:../../graphics/gd
+DEPENDS= gd-1.3p1:../../graphics/gd
USE_PERL5= YES
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index 9782d90b1be..dc5d56bd9c8 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -1,20 +1,19 @@
-# $NetBSD: Makefile,v 1.4 1999/04/09 20:19:11 mjl Exp $
+# $NetBSD: Makefile,v 1.5 1999/05/03 20:25:37 tv Exp $
#
DISTNAME= webalizer-1.22-03-src
PKGNAME= webalizer-1.22.03
CATEGORIES= www
-MASTER_SITES= \
- ftp://ftp.mrunix.net/pub/webalizer/ \
- ftp://samhain.unix.cslab.tuwien.ac.at/pub/webalizer/
+MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \
+ ftp://samhain.unix.cslab.tuwien.ac.at/pub/webalizer/
EXTRACT_SUFX= .tgz
MAINTAINER= mjl@emsi.priv.at
HOMEPAGE= http://www.mrunix.net/webalizer/
-DEPENDS= gd-1.3:../../graphics/gd
+DEPENDS= gd-1.3p1:../../graphics/gd
-WRKSRC = ${WRKDIR}/webalizer-1.22-03
+WRKSRC= ${WRKDIR}/webalizer-1.22-03
post-patch:
@for f in webalizer.c webalizer.1; do \