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/hp2xx | |
parent | 8704df115e8017340ecdd3807c35958c311fb80d (diff) | |
download | pkgsrc-9c4c0c2b50d083c8f28038c8732489282b101546.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'graphics/hp2xx')
-rw-r--r-- | graphics/hp2xx/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |