aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-04-17 14:13:11 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-04-17 14:13:11 +0800
commitad2a6208e66a210b368ea1d2defc77919c0d42a5 (patch)
tree539fd62dbbb295911a3010c61e7e74de388cefc4 /net/rsync
parentaba4cf66c154abbba220df8183f9730f2c0a1c43 (diff)
downloadfreebsd-ports-gnome-ad2a6208e66a210b368ea1d2defc77919c0d42a5.tar.gz
freebsd-ports-gnome-ad2a6208e66a210b368ea1d2defc77919c0d42a5.tar.zst
freebsd-ports-gnome-ad2a6208e66a210b368ea1d2defc77919c0d42a5.zip
- Convert to new options helper
Approved by: portmgr (blanket)
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index b584286c8ad9..a86bc4908f5f 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -69,6 +69,7 @@ ICONV_USES= iconv
ICONV_CPPFLAGS= -I${LOCALBASE}/include
ICONV_LDFLAGS= -L${LOCALBASE}/lib
ICONV_CONFIGURE_ENABLE= iconv iconv-open
+ICONV_CONFIGURE_OFF= ac_cv_search_libiconv_open=no
POPT_PORT_LIB_DEPENDS= libpopt.so:devel/popt
POPT_PORT_CPPFLAGS= -I${LOCALBASE}/include
@@ -84,10 +85,6 @@ SSH_CONFIGURE_OFF= --with-rsh=rsh
DISTFILES+= ${PORTNAME}-patches-${PORTVERSION}${EXTRACT_SUFX}
.endif
-.if ! ${PORT_OPTIONS:MICONV}
-CONFIGURE_ARGS+=ac_cv_search_libiconv_open=no
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|perl.*|${DO_NADA}|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's:/etc/:${ETCDIR}/:g' \