aboutsummaryrefslogtreecommitdiff
path: root/irc/epic5
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-09-07 19:49:41 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-09-07 19:49:41 +0000
commit7046a55fd8c78a3bf8c78c239a321985cdb6e3ad (patch)
tree44170eaab332d8a08ad941e3638a2e1e422229c8 /irc/epic5
parent78ba9cefd2a78753796f0a79d3906abee675f58d (diff)
downloadports-7046a55fd8c78a3bf8c78c239a321985cdb6e3ad.tar.gz
ports-7046a55fd8c78a3bf8c78c239a321985cdb6e3ad.zip
Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=326683
Diffstat (limited to 'irc/epic5')
-rw-r--r--irc/epic5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index 1b348374dc50..ba8ca2fd6ad7 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -29,6 +29,9 @@ OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCAP DOCS RUBY
OPTIONS_DEFAULT= TCL PERL SSL RUBY
TERMCAP_DESC= Refuse to use terminfo/ncurses
+CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
+USES= iconv
+
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MIPV6}
@@ -63,9 +66,6 @@ CONFIGURE_ARGS+= --without-ruby
CONFIGURE_ARGS+= --with-termcap
.endif
-CONFIGURE_ARGS+= --with-iconv=${LOCALBASE}
-USES= iconv
-
post-extract:
@${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf