aboutsummaryrefslogtreecommitdiff
path: root/hebrew/hspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hebrew/hspell/Makefile')
-rw-r--r--hebrew/hspell/Makefile16
1 files changed, 15 insertions, 1 deletions
diff --git a/hebrew/hspell/Makefile b/hebrew/hspell/Makefile
index 2003ed521918..d1fa4656a1a6 100644
--- a/hebrew/hspell/Makefile
+++ b/hebrew/hspell/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= hspell
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= hebrew
MASTER_SITES= http://www.ivrix.org.il/projects/spell-checker/
@@ -17,6 +17,20 @@ USE_PERL5= yes
MAN1= hspell.1
+.if defined(NO_VERBOSE)
+ALL_TARGET=install_compressed
+PLIST_SUB+= NOVERB=""
+PLIST_SUB+= VERB="@comment "
+.else
+PLIST_SUB+= NOVERB="@comment "
+PLIST_SUB+= VERB=""
+
+pre-everything::
+ @${ECHO_CMD} "If you want a smaller, faster version where the -v"
+ @${ECHO_CMD} "option is dysfunctional, stop now and use NO_VERBOSE."
+ @sleep 3
+.endif
+
post-install:
@${SED} -e "s:%%PORTSDIR%%:${PORTSDIR}:g" ${PKGMESSAGE}