diff options
Diffstat (limited to 'www/cocoon/Makefile')
-rw-r--r-- | www/cocoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile index 55b77ee06b17..f33a477e9557 100644 --- a/www/cocoon/Makefile +++ b/www/cocoon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cocoon -PORTVERSION= 2.1.7 +PORTVERSION= 2.1.8 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -142,7 +142,7 @@ post-install: @${SED} ${SUBSTITUTIONS} ${MASTERDIR}/pkg-message > ${PKGMESSAGE} @${ECHO_CMD} @${ECHO_CMD} "********************************************************************************" - @${CAT} ${PKGMESSAGE} | fmt -w 80 + @${FMT} -w80 ${PKGMESSAGE} @${ECHO_CMD} "********************************************************************************" @${ECHO_CMD} |