summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-12-17 15:58:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-12-17 15:58:02 +0000
commit15f4ac5d9b556f69f926011cd73a9767664feb42 (patch)
tree5aa1162f478b94858864e4b8cafa236d579703d0 /net/rsync
parentForced commit to note, the previous commitlog should read: (diff)
- Fix IGNORE conditional (typo)
Notes
Notes: svn path=/head/; revision=180023
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 0fc626514447..be5a326a3865 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -65,7 +65,7 @@ EXTRA_PATCHES+= ${WRKSRC}/patches/acls.diff
CONFIGURE_ARGS+=--enable-acl-support
.endif
-.if defined(WITH_FLAGS)
+.if defined(WITH_FLAGSP)
IGNORE= can't be built: Flags and ACLs patches can't be both enabled at the same time. Please rerun 'make config' and disable one of them
.endif
.endif