diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-09-18 09:07:31 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-09-18 09:07:31 +0000 |
commit | 055ed9dde9a41e172ad1abd6c64ba884ed446dec (patch) | |
tree | f6a6b2a51e7ce168e326f4fcec62a16adb84df90 /net | |
parent | bead6e2747e1bb86e499e37861aa892b3b3668ce (diff) | |
download | ports-055ed9dde9a41e172ad1abd6c64ba884ed446dec.tar.gz ports-055ed9dde9a41e172ad1abd6c64ba884ed446dec.zip |
Notes
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} |