diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2005-11-26 13:29:00 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2005-11-26 13:29:00 +0000 |
commit | dd57c04de3634268b67128ac1d2a0ec0fd57bf61 (patch) | |
tree | 07900101adcabb0ca507742ae25f15bdc5e36b52 /emulators/vmware-guestd6 | |
parent | 47c7de3ef10d5d4a7a6147012f469c94995d475f (diff) |
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.
Notes
Notes:
svn path=/head/; revision=149571
Diffstat (limited to 'emulators/vmware-guestd6')
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |