Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 09:07:31 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368434 - head/net/rsync
Message-ID:  <201409180907.s8I97VYS011838@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Sep 18 09:07:31 2014
New Revision: 368434
URL: http://svnweb.freebsd.org/changeset/ports/368434
QAT: https://qat.redports.org/buildarchive/r368434/

Log:
  Use install-strip install target instead of manual ${STRIP_CMD}

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Thu Sep 18 09:06:59 2014	(r368433)
+++ head/net/rsync/Makefile	Thu Sep 18 09:07:31 2014	(r368434)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409180907.s8I97VYS011838>