summaryrefslogtreecommitdiffstats
path: root/devel/glib20
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-02 23:11:07 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-02 23:11:07 +0800
commitd82ee4162e47180ed076dd27dd5539cbb84dbc67 (patch)
tree87e9bea461c8b473e705f43611addcc7155115aa /devel/glib20
parent254a0793b5b0597528e4cafc26f415ac2de0ac4a (diff)
downloadmarcuscom-ports-d82ee4162e47180ed076dd27dd5539cbb84dbc67.tar
marcuscom-ports-d82ee4162e47180ed076dd27dd5539cbb84dbc67.tar.gz
marcuscom-ports-d82ee4162e47180ed076dd27dd5539cbb84dbc67.tar.bz2
marcuscom-ports-d82ee4162e47180ed076dd27dd5539cbb84dbc67.tar.lz
marcuscom-ports-d82ee4162e47180ed076dd27dd5539cbb84dbc67.tar.xz
marcuscom-ports-d82ee4162e47180ed076dd27dd5539cbb84dbc67.tar.zst
marcuscom-ports-d82ee4162e47180ed076dd27dd5539cbb84dbc67.zip
Add a missing semicolon.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1940 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20')
-rw-r--r--devel/glib20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index 21f72b547..cec39e4fa 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -45,7 +45,7 @@ pre-everything::
${ECHO_CMD} "You are strongly urged to upgrade GNOME according to the steps outlined in:"; \
${ECHO_CMD} " http://www.freebsd.org/gnome/develfaq.html"; \
${ECHO_CMD} "If you wish to to continue with this upgrade manually,"; \
- ${ECHO_CMD} "define FORCE_MANUAL_UPGRADE." \
+ ${ECHO_CMD} "define FORCE_MANUAL_UPGRADE."; \
exit 1; fi; fi
.include <bsd.port.mk>