aboutsummaryrefslogtreecommitdiff
path: root/net/rsync/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-17 06:13:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-04-17 06:13:11 +0000
commit2251d1c7327679b83c02bf920a4a87061c8b9522 (patch)
tree539fd62dbbb295911a3010c61e7e74de388cefc4 /net/rsync/Makefile
parent4c31a1cd8defaa0f484282dd482352b02d2d4c9c (diff)
downloadports-2251d1c7327679b83c02bf920a4a87061c8b9522.tar.gz
ports-2251d1c7327679b83c02bf920a4a87061c8b9522.zip
- Convert to new options helper
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=413491
Diffstat (limited to 'net/rsync/Makefile')
-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' \