svn commit: r368434 - head/net/rsync
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Sep 18 09:07:32 UTC 2014
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}
More information about the svn-ports-all
mailing list