summaryrefslogtreecommitdiff
path: root/devel/autoconf
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-14 21:39:01 +0000
committertron <tron@pkgsrc.org>1999-04-14 21:39:01 +0000
commit9c4c0c2b50d083c8f28038c8732489282b101546 (patch)
treebbaa4216e40e5290bddc14a02309232c2868acfd /devel/autoconf
parent8704df115e8017340ecdd3807c35958c311fb80d (diff)
downloadpkgsrc-9c4c0c2b50d083c8f28038c8732489282b101546.tar.gz
Remove unnecessary slash from master site list.
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index c4d82b1238f..3c1bfcf5ac9 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.21 1999/03/12 16:08:25 agc Exp $
+# $NetBSD: Makefile,v 1.22 1999/04/14 21:39:01 tron Exp $
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
#
DISTNAME= autoconf-2.13
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU:=/autoconf/}
+MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html