diff options
author | bmah <bmah@FreeBSD.org> | 2003-07-02 23:13:31 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2003-07-02 23:13:31 +0800 |
commit | 6c21ff0bfa918ed30eeeb9367748959b870b40f5 (patch) | |
tree | 0db49a19225b977c63d22386bc64d88ffdc1b46c /devel/subversion | |
parent | 869aa05e671b88fdba52820b3afc3da819bb8c63 (diff) | |
download | freebsd-ports-gnome-6c21ff0bfa918ed30eeeb9367748959b870b40f5.tar.gz freebsd-ports-gnome-6c21ff0bfa918ed30eeeb9367748959b870b40f5.tar.zst freebsd-ports-gnome-6c21ff0bfa918ed30eeeb9367748959b870b40f5.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/subversion')
-rw-r--r-- | devel/subversion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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." |