diff options
author | shaun <shaun@FreeBSD.org> | 2006-07-27 23:10:45 +0000 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-07-27 23:10:45 +0000 |
commit | 808c5ba37493049a718b6040f601c9e8c92c5688 (patch) | |
tree | 5c87cc5c30f47b6d635e454e3b26d536a4feeb3b /security/sfs | |
parent | 061232007f0a8728d275c33f138a36fe5c2ffbe1 (diff) | |
download | FreeBSD-ports-808c5ba37493049a718b6040f601c9e8c92c5688.zip FreeBSD-ports-808c5ba37493049a718b6040f601c9e8c92c5688.tar.gz |
Fix typo in previous commit.
Diffstat (limited to 'security/sfs')
-rw-r--r-- | security/sfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index f20bd6d..7f9d68b 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS+=--with-sfsuser=sfs \ .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -IGNORE= nfsmounter component fails execute correctly on ${ARCH} systems +IGNORE= nfsmounter component fails to execute correctly on ${ARCH} systems .endif .if ${OSVERSION} > 500000 |