diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2009-02-07 18:39:12 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2009-02-07 18:39:12 +0000 |
commit | 5863a97569c7de9bd13f145b99612ef1c05610a2 (patch) | |
tree | b4067f3ad8dfeeaecceef4890119d74e2f18f093 | |
parent | 1a2f132135adee7711fe3900b2b3f0aac93e81ef (diff) | |
download | ports-5863a97569c7de9bd13f145b99612ef1c05610a2.tar.gz ports-5863a97569c7de9bd13f145b99612ef1c05610a2.zip |
Notes
-rw-r--r-- | archivers/unzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 918171776d1d..1f9bdcde46a2 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -54,7 +54,7 @@ ALL_TARGET= bsd pre-fetch: @${ECHO} "" @${ECHO} "Use INSTALL_AS_INFOUNZIP=yes to install Info Unzip as ${PREFIX}/bin/info-unzip" - @${ECHO} " + @${ECHO} "" .endif .if defined(WITH_UNZIP_UNREDUCE) |