diff options
author | matusita <matusita@FreeBSD.org> | 2005-03-08 11:41:29 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2005-03-08 11:41:29 +0800 |
commit | f778baf997d83c3dbbb3631e514af1e6d0ac2931 (patch) | |
tree | 47983e0843706c2ef7637806ee254a256b496ef5 /emulators | |
parent | a2a74733914a2420effaf6c1f9978d6a95ef6e1e (diff) | |
download | freebsd-ports-gnome-f778baf997d83c3dbbb3631e514af1e6d0ac2931.tar.gz freebsd-ports-gnome-f778baf997d83c3dbbb3631e514af1e6d0ac2931.tar.zst freebsd-ports-gnome-f778baf997d83c3dbbb3631e514af1e6d0ac2931.zip |
Typo fix.
Submitted by: FreshPorts Sanity Daemon
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware-tools3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware-tools3/Makefile b/emulators/vmware-tools3/Makefile index 5322675fdf2b..7710dd232680 100644 --- a/emulators/vmware-tools3/Makefile +++ b/emulators/vmware-tools3/Makefile @@ -37,7 +37,7 @@ BUILD_VER= 2237 .include <bsd.port.pre.mk> -if ${OSVERSION} < 500000 +.if ${OSVERSION} < 500000 MOUNT_DEV?= /dev/acd0c .else MOUNT_DEV?= /dev/acd0 |