diff options
author | tron <tron> | 1999-04-14 21:39:01 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-14 21:39:01 +0000 |
commit | 148d39ac09639f24712b0e9083727f6f5336e4ca (patch) | |
tree | bbaa4216e40e5290bddc14a02309232c2868acfd /pkgtools | |
parent | 433af7ab385e0f77d7f4d27b335e2fc3a9e905f8 (diff) | |
download | pkgsrc-148d39ac09639f24712b0e9083727f6f5336e4ca.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglibtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglibtool/Makefile b/pkgtools/pkglibtool/Makefile index 85264150ae0..3627bf4622b 100644 --- a/pkgtools/pkglibtool/Makefile +++ b/pkgtools/pkglibtool/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 1999/03/22 16:08:33 bad Exp $ +# $NetBSD: Makefile,v 1.8 1999/04/14 21:39:04 tron Exp $ # DISTNAME= libtool-1.2 PKGNAME= pkglibtool-1.2p1 CATEGORIES= pkgtools devel -MASTER_SITES= ${MASTER_SITE_GNU:=/libtool/} +MASTER_SITES= ${MASTER_SITE_GNU:=libtool/} MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.profitpress.com/libtool/ |