diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-09-18 17:07:31 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-09-18 17:07:31 +0800 |
commit | 61984d979f47ab20133fe8b37d3ecdae691a877e (patch) | |
tree | f6a6b2a51e7ce168e326f4fcec62a16adb84df90 /net | |
parent | 365a78cd5284c10f763d8a4967d0f9e8a11c2b6e (diff) | |
download | freebsd-ports-gnome-61984d979f47ab20133fe8b37d3ecdae691a877e.tar.gz freebsd-ports-gnome-61984d979f47ab20133fe8b37d3ecdae691a877e.tar.zst freebsd-ports-gnome-61984d979f47ab20133fe8b37d3ecdae691a877e.zip |
Use install-strip install target instead of manual ${STRIP_CMD}
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |