diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-16 04:20:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-16 04:20:56 +0800 |
commit | 88499cb92bbe3bbe15f34d4e1cdc37bc0c8e5c96 (patch) | |
tree | 591a3908c8533ba359a276ec65b31005e72d0b01 /emulators/vmware2 | |
parent | 847244c6859b9f017c70cf74593bdbd08529fb21 (diff) | |
download | freebsd-ports-graphics-88499cb92bbe3bbe15f34d4e1cdc37bc0c8e5c96.tar.gz freebsd-ports-graphics-88499cb92bbe3bbe15f34d4e1cdc37bc0c8e5c96.tar.zst freebsd-ports-graphics-88499cb92bbe3bbe15f34d4e1cdc37bc0c8e5c96.zip |
unPERLify and use REINPLACE_CMD and USE_PERL5 where appropriate.
PR: 48249
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'emulators/vmware2')
-rw-r--r-- | emulators/vmware2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index af4d40a98dc..7244c5c3f64 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -39,6 +39,7 @@ FREEBSD_MODULE_SITES= \ USE_SUBMAKE= yes USE_LINUX= yes +USE_PERL5= yes VMDIR= ${PREFIX}/lib/vmware SRC_BASE?= /usr/src |