diff options
author | matusita <matusita@FreeBSD.org> | 2005-11-26 21:29:00 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2005-11-26 21:29:00 +0800 |
commit | dfa7508ba6b25b348dc75aed9191bb068684257b (patch) | |
tree | 57d12e33649bc076548a113d13c56a30849ab0d1 /emulators | |
parent | a2e363369a359cf3b21dab463c210ff4938c0116 (diff) | |
download | freebsd-ports-gnome-dfa7508ba6b25b348dc75aed9191bb068684257b.tar.gz freebsd-ports-gnome-dfa7508ba6b25b348dc75aed9191bb068684257b.tar.zst freebsd-ports-gnome-dfa7508ba6b25b348dc75aed9191bb068684257b.zip |
Add PORTREVISION line to vmware-tools5, so this port may have its own
revision number. It may help to avoid unwanted version bump to
vmware-tools5 if vmware-guestd5 specific changes are happen to
vmware-guestd5/Makefile.
Since no content changes at this time, no bump.
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 |