diff options
author | shaun <shaun@FreeBSD.org> | 2006-07-28 07:10:45 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-07-28 07:10:45 +0800 |
commit | 808c5ba37493049a718b6040f601c9e8c92c5688 (patch) | |
tree | 5c87cc5c30f47b6d635e454e3b26d536a4feeb3b | |
parent | 061232007f0a8728d275c33f138a36fe5c2ffbe1 (diff) | |
download | freebsd-ports-gnome-808c5ba37493049a718b6040f601c9e8c92c5688.tar.gz freebsd-ports-gnome-808c5ba37493049a718b6040f601c9e8c92c5688.tar.zst freebsd-ports-gnome-808c5ba37493049a718b6040f601c9e8c92c5688.zip |
Fix typo in previous commit.
-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 f20bd6da6dcb..7f9d68ba22d0 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 |