From 055ed9dde9a41e172ad1abd6c64ba884ed446dec Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 18 Sep 2014 09:07:31 +0000 Subject: [PATCH] Use install-strip install target instead of manual ${STRIP_CMD} --- net/rsync/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index c8271a8fe6c0..8d7c9f948079 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -29,6 +29,8 @@ GNU_CONFIGURE= yes USE_RC_SUBR= rsyncd SUB_LIST= NAME=rsyncd +INSTALL_TARGET= install-strip + CONFIGURE_ARGS= --disable-debug --enable-ipv6 \ --with-rsyncd-conf=${ETCDIR}/rsyncd.conf @@ -94,7 +96,6 @@ post-patch: ${WRKSRC}/rsync.h ${WRKSRC}/rsync.1 ${WRKSRC}/rsyncd.conf.5 post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rsync @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/rsyncd.conf.sample ${STAGEDIR}${ETCDIR}/ @${MKDIR} ${STAGEDIR}${DOCSDIR}