aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2003-07-02 23:13:31 +0800
committerBruce A. Mah <bmah@FreeBSD.org>2003-07-02 23:13:31 +0800
commitb5e9a66c92bfb5edd2004979c4165e1c851604ba (patch)
tree4ffc20a5262902e74a058c298c456495479c4ec0 /devel
parent1e125b279cad708ca816c72adf67c6c960c717f2 (diff)
downloadfreebsd-ports-gnome-b5e9a66c92bfb5edd2004979c4165e1c851604ba.tar.gz
freebsd-ports-gnome-b5e9a66c92bfb5edd2004979c4165e1c851604ba.tar.zst
freebsd-ports-gnome-b5e9a66c92bfb5edd2004979c4165e1c851604ba.zip
Fix typo (s/else/.else/). Not sure how this got past my testing.
Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu>
Diffstat (limited to 'devel')
-rw-r--r--devel/subversion-devel/Makefile2
-rw-r--r--devel/subversion-freebsd/Makefile2
-rw-r--r--devel/subversion/Makefile2
-rw-r--r--devel/subversion16/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile
index 3a73dfc110d2..570dd8f6cdb6 100644
--- a/devel/subversion-devel/Makefile
+++ b/devel/subversion-devel/Makefile
@@ -69,7 +69,7 @@ pre-extract:
.if defined(WITH_APACHE2_APR)
@${ECHO_MSG} "Using APR from www/apache2. If you have the devel/apr"
@${ECHO_MSG} "port/package installed, you may need to remove it."
-else
+.else
@${ECHO_MSG} "You can link subversion against the APR built with"
@${ECHO_MSG} "the www/apache2 port, rather than the devel/apr port,"
@${ECHO_MSG} "by defining WITH_APACHE2_APR."
diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile
index 3a73dfc110d2..570dd8f6cdb6 100644
--- a/devel/subversion-freebsd/Makefile
+++ b/devel/subversion-freebsd/Makefile
@@ -69,7 +69,7 @@ pre-extract:
.if defined(WITH_APACHE2_APR)
@${ECHO_MSG} "Using APR from www/apache2. If you have the devel/apr"
@${ECHO_MSG} "port/package installed, you may need to remove it."
-else
+.else
@${ECHO_MSG} "You can link subversion against the APR built with"
@${ECHO_MSG} "the www/apache2 port, rather than the devel/apr port,"
@${ECHO_MSG} "by defining WITH_APACHE2_APR."
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index 3a73dfc110d2..570dd8f6cdb6 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -69,7 +69,7 @@ pre-extract:
.if defined(WITH_APACHE2_APR)
@${ECHO_MSG} "Using APR from www/apache2. If you have the devel/apr"
@${ECHO_MSG} "port/package installed, you may need to remove it."
-else
+.else
@${ECHO_MSG} "You can link subversion against the APR built with"
@${ECHO_MSG} "the www/apache2 port, rather than the devel/apr port,"
@${ECHO_MSG} "by defining WITH_APACHE2_APR."
diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile
index 3a73dfc110d2..570dd8f6cdb6 100644
--- a/devel/subversion16/Makefile
+++ b/devel/subversion16/Makefile
@@ -69,7 +69,7 @@ pre-extract:
.if defined(WITH_APACHE2_APR)
@${ECHO_MSG} "Using APR from www/apache2. If you have the devel/apr"
@${ECHO_MSG} "port/package installed, you may need to remove it."
-else
+.else
@${ECHO_MSG} "You can link subversion against the APR built with"
@${ECHO_MSG} "the www/apache2 port, rather than the devel/apr port,"
@${ECHO_MSG} "by defining WITH_APACHE2_APR."