diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-26 01:10:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-26 01:10:01 +0800 |
commit | 788b713582cbebd34cf3b42a9d3764e8ccd62711 (patch) | |
tree | 51d471606787b0b17c6bac4437ece505fe40b4eb /ports-mgmt/tinderbox-devel | |
parent | daa14c6ebbb9ae6396a5611d886cc73e593bf8e0 (diff) | |
download | freebsd-ports-graphics-788b713582cbebd34cf3b42a9d3764e8ccd62711.tar.gz freebsd-ports-graphics-788b713582cbebd34cf3b42a9d3764e8ccd62711.tar.zst freebsd-ports-graphics-788b713582cbebd34cf3b42a9d3764e8ccd62711.zip |
- Fix a typo
Approved by: maintainer implicit
Diffstat (limited to 'ports-mgmt/tinderbox-devel')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index 825aef3f8ed..400b2e0caa3 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -30,7 +30,7 @@ OPTIONS= PGSQL "With pgsql" Off \ LSOF "For killMountProcesses() when using nullfs" On \ LOG_COMPRESS "Support bzip'ing the logs" On \ PARALLEL "Enable PARALLEL extra patch" On \ -# TMPFS "Enable TMPFS extra patch" Off + TMPFS "Enable TMPFS extra patch" Off NO_BUILD= yes WANT_PERL= yes |