diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-07-27 23:10:45 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-07-27 23:10:45 +0000 |
commit | 697c00322334c4ab1379f31c6bde858adb158677 (patch) | |
tree | 149352bd09814049b91968d27f4464ac651f62fb | |
parent | c59d5634631e8b6e386ebd35fc68df521303b891 (diff) | |
download | ports-697c00322334c4ab1379f31c6bde858adb158677.tar.gz ports-697c00322334c4ab1379f31c6bde858adb158677.zip |
Notes
-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 |