summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-12-17 15:58:02 +0000
committerpav <pav@FreeBSD.org>2006-12-17 15:58:02 +0000
commit6920f221e81ddfbcac90c7497b6018b8edd5025f (patch)
treee074a940b8041370189b615f36985feeb3dff972 /net
parent3ab298d7d5cbe509065fa94e9c49b19ac4edd03a (diff)
downloadFreeBSD-ports-6920f221e81ddfbcac90c7497b6018b8edd5025f.zip
FreeBSD-ports-6920f221e81ddfbcac90c7497b6018b8edd5025f.tar.gz
- Fix IGNORE conditional (typo)
Diffstat (limited to 'net')
-rw-r--r--net/rsync/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 0fc6265..be5a326 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
OpenPOWER on IntegriCloud