aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-31 00:39:49 +0800
committerpav <pav@FreeBSD.org>2006-05-31 00:39:49 +0800
commitd316842e5d5933221ea9e4e6de0f708cdb801bb8 (patch)
treecaca5b7f86daf3bd7cb3948abc322a140bf01204 /net/rsync/Makefile
parentfdff2dffd2233088b47cffa1245d5db67e4ffabb (diff)
downloadfreebsd-ports-graphics-d316842e5d5933221ea9e4e6de0f708cdb801bb8.tar.gz
freebsd-ports-graphics-d316842e5d5933221ea9e4e6de0f708cdb801bb8.tar.zst
freebsd-ports-graphics-d316842e5d5933221ea9e4e6de0f708cdb801bb8.zip
- Patch strip for everyone!
Reported by: Tobias Roth <ports@fsck.ch>
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r--net/rsync/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 87a6a1d8187..1de2f77b1b3 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -28,6 +28,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug --enable-ipv6 \
--with-rsyncd-conf=${PREFIX}/etc/rsyncd.conf
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+PATCH_STRIP= -p1
.if !defined(NOPORTDOCS)
PORTDOCS= NEWS README csprotocol.txt tech_report.tex
@@ -54,18 +55,15 @@ CONFIGURE_ARGS+= --with-included-popt
.if !defined(WITHOUT_TIMELIMIT)
EXTRA_PATCHES+= ${WRKSRC}/patches/time-limit.diff
-PATCH_STRIP= -p1
.endif
.if !defined(WITHOUT_FLAGS)
EXTRA_PATCHES+= ${WRKSRC}/patches/flags.diff
-PATCH_STRIP= -p1
.endif
.if !defined(WITHOUT_ACLS)
.if ${OSVERSION} >= 500000
EXTRA_PATCHES+= ${WRKSRC}/patches/acls.diff
-PATCH_STRIP= -p1
CONFIGURE_ARGS+=--enable-acl-support
.endif
.endif