diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2008-05-16 13:49:54 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2008-05-16 13:49:54 +0000 |
commit | 922640630f7b6ce9c981d2d537ed6e799035bf68 (patch) | |
tree | 72d906a53b85ffcc91d81970bca2f588547a6ed1 /emulators/open-vm-tools-nox11 | |
parent | 63b9b60599cc4cef9533ee807a5fea60f56746c1 (diff) |
Add PKGNAMESUFFIX -nox11 to fix INDEX
Submitted by: wxs
Notes
Notes:
svn path=/head/; revision=213133
Diffstat (limited to 'emulators/open-vm-tools-nox11')
-rw-r--r-- | emulators/open-vm-tools-nox11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/open-vm-tools-nox11/Makefile b/emulators/open-vm-tools-nox11/Makefile index bd248e71498e..a58d64f70487 100644 --- a/emulators/open-vm-tools-nox11/Makefile +++ b/emulators/open-vm-tools-nox11/Makefile @@ -7,5 +7,6 @@ MASTERDIR= ${.CURDIR}/../open-vm-tools WITHOUT_X11= yes +PKGNAMESUFFIX= -nox11 .include "${MASTERDIR}/Makefile" |