diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-tools5/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware-tools6/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 8a551f606396..de0b9ca1dcf1 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -7,7 +7,7 @@ PORTNAME= vmware PORTVERSION= ${VMWARE_VER}.${BUILD_VER} -PORTREVISION= 0 +PORTREVISION?= 0 CATEGORIES= emulators MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -guestd diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 8a551f606396..de0b9ca1dcf1 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -7,7 +7,7 @@ PORTNAME= vmware PORTVERSION= ${VMWARE_VER}.${BUILD_VER} -PORTREVISION= 0 +PORTREVISION?= 0 CATEGORIES= emulators MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -guestd diff --git a/emulators/vmware-tools5/Makefile b/emulators/vmware-tools5/Makefile index 35a17b65e7ab..cfa067eccb0c 100644 --- a/emulators/vmware-tools5/Makefile +++ b/emulators/vmware-tools5/Makefile @@ -6,6 +6,7 @@ # PORTNAME= vmware +PORTREVISION?= 0 MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -tools diff --git a/emulators/vmware-tools6/Makefile b/emulators/vmware-tools6/Makefile index 35a17b65e7ab..cfa067eccb0c 100644 --- a/emulators/vmware-tools6/Makefile +++ b/emulators/vmware-tools6/Makefile @@ -6,6 +6,7 @@ # PORTNAME= vmware +PORTREVISION?= 0 MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -tools |