diff options
author | tron <tron@pkgsrc.org> | 1999-04-14 21:39:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-14 21:39:01 +0000 |
commit | 9c4c0c2b50d083c8f28038c8732489282b101546 (patch) | |
tree | bbaa4216e40e5290bddc14a02309232c2868acfd /graphics | |
parent | 8704df115e8017340ecdd3807c35958c311fb80d (diff) | |
download | pkgsrc-9c4c0c2b50d083c8f28038c8732489282b101546.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hp2xx/Makefile | 4 | ||||
-rw-r--r-- | graphics/plotutils/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile index 9ba51d33fc1..7a685820ebd 100644 --- a/graphics/hp2xx/Makefile +++ b/graphics/hp2xx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 1999/03/22 16:08:32 bad Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/14 21:39:03 tron Exp $ # DISTNAME= hp2xx-3.1.4 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GNU:=/hp2xx/} +MASTER_SITES= ${MASTER_SITE_GNU:=hp2xx/} MAINTAINER= mcmahill@alum.mit.edu HOMEPAGE= http://www.gnu.org/software/hp2xx/hp2xx.html diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 8619a5b2d9e..5cb18f8e20d 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 1999/02/19 04:29:45 tv Exp $ +# $NetBSD: Makefile,v 1.4 1999/04/14 21:39:03 tron Exp $ # DISTNAME= plotutils-2.1.6 CATEGORIES= devel graphics x11 -MASTER_SITES= ${MASTER_SITE_GNU:=/plotutils/} +MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/} MAINTAINER= mcmahill@alum.mit.edu HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html |