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 /devel/libg++ | |
parent | 8704df115e8017340ecdd3807c35958c311fb80d (diff) | |
download | pkgsrc-9c4c0c2b50d083c8f28038c8732489282b101546.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'devel/libg++')
-rw-r--r-- | devel/libg++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index b147190107e..e74f9963486 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 1999/03/22 16:10:04 bad Exp $ +# $NetBSD: Makefile,v 1.11 1999/04/14 21:39:02 tron Exp $ # DISTNAME= libg++-${GXXVERSION} CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU:=/libg++/} +MASTER_SITES= ${MASTER_SITE_GNU:=libg++/} MAINTAINER= tv@netbsd.org |