aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-14 05:25:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-14 05:25:22 +0000
commite51a01bc36e523d28a00cebb78da84b98ed8a507 (patch)
treeb3e859973bf1bbc181050e9020a7199dc44c6af8
parentbbb5e892098a4c9839e1bacb695e2fd6d4dd0ce0 (diff)
downloadports-e51a01bc36e523d28a00cebb78da84b98ed8a507.tar.gz
ports-e51a01bc36e523d28a00cebb78da84b98ed8a507.zip
Add missing = at MASTER_SITES
Noticed by: Subject: INDEX build failed
Notes
Notes: svn path=/head/; revision=91131
-rw-r--r--devel/autoconf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
index 5bba8b7ee064..b1700c40ba06 100644
--- a/devel/autoconf/Makefile
+++ b/devel/autoconf/Makefile
@@ -9,7 +9,7 @@ PORTNAME= autoconf
PORTVERSION= 2.53
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES ${MASTER_SITE_LOCAL}
+MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ade/gnu
MAINTAINER= ade@FreeBSD.org