diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-05-10 12:55:03 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-05-10 12:55:03 +0000 |
commit | 721c7a5c4a8f467d7cdb011497c60d8169b7ee9b (patch) | |
tree | 8177db09fb5926fb1b92f7156b7617ca495de466 /net/samba/options.mk | |
parent | cd76602716d958759ae49d17786c8b2917ad14f6 (diff) | |
download | pkgsrc-721c7a5c4a8f467d7cdb011497c60d8169b7ee9b.tar.gz |
Fix pasto.
fam for File Alteration Monitor.
Diffstat (limited to 'net/samba/options.mk')
-rw-r--r-- | net/samba/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/options.mk b/net/samba/options.mk index 9f02fd94091..35b3f77b47b 100644 --- a/net/samba/options.mk +++ b/net/samba/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.33 2015/01/20 23:49:52 wiz Exp $ +# $NetBSD: options.mk,v 1.34 2015/05/10 12:55:03 ryoon Exp $ # Recommended package options for various setups: # @@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --disable-cups .endif ### -### Access Control List support. +### File Alteration Monitor support. ### PLIST_VARS+= fam .if !empty(PKG_OPTIONS:Mfam) |