diff options
author | flo <flo@FreeBSD.org> | 2013-09-03 05:52:27 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-09-03 05:52:27 +0800 |
commit | 05b811ec6941520150b60e25a6cafbd79e0af10e (patch) | |
tree | 6fbfc549d9f1dc0d84810547317a21052521126a /mail | |
parent | 5cba5e6ee1863c6bd974f2d6befdea88236754b6 (diff) | |
download | freebsd-ports-gnome-05b811ec6941520150b60e25a6cafbd79e0af10e.tar.gz freebsd-ports-gnome-05b811ec6941520150b60e25a6cafbd79e0af10e.tar.zst freebsd-ports-gnome-05b811ec6941520150b60e25a6cafbd79e0af10e.zip |
Fix a typo that prevented the port from building
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 256889f4cc74..ed930f9a3244 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -134,7 +134,7 @@ pre-everything:: @${ECHO} " ${PREFIX}/${MM_DIR}." @${ECHO} "CGI_GID www The group name or id under which your web" @${ECHO} " server executes CGI scripts." - @${ECHO} "IMGDIR www/icons Icon images will be installed in"" + @${ECHO} "IMGDIR www/icons Icon images will be installed in" @${ECHO} " ${PREFIX}/${IMGDIR}." @${ECHO} "" |