summaryrefslogtreecommitdiff
path: root/devel
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 /devel
parentDisable the build of multithread version. (diff)
Add missing = at MASTER_SITES
Noticed by: Subject: INDEX build failed
Notes
Notes: svn path=/head/; revision=91131
Diffstat (limited to 'devel')
-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