diff options
Diffstat (limited to 'emulators/open-vm-tools/Makefile')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 455429ac9046..81ffe77b9335 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${BUILD_VER} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators kld MASTER_SITES= SF DISTNAME= open-vm-tools-${RELEASE_DATE}-${BUILD_VER} @@ -61,9 +61,9 @@ NOTON5= "" NOTON5= "@comment " .endif -PLIST_SUB+= NOTON5=${NOTON5} +PLIST_SUB+= NOTON5=${NOTON5} LIB32DIR=${LIB32DIR} -SUB_LIST+= NOTON5=${NOTON5} +SUB_LIST+= NOTON5=${NOTON5} LIB32DIR=${LIB32DIR} post-patch: .if defined(WITHOUT_X11) |