diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /emulators/vmw | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) |
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes:
svn path=/head/; revision=327804
Diffstat (limited to 'emulators/vmw')
-rw-r--r-- | emulators/vmw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/vmw/Makefile b/emulators/vmw/Makefile index 128c67d9a059..03557f87154a 100644 --- a/emulators/vmw/Makefile +++ b/emulators/vmw/Makefile @@ -9,6 +9,8 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= VM Back Command Line Tools for VMware ONLY_FOR_ARCHS= i386 +NO_STAGE= yes + WRKSRC= ${WRKDIR}/${PORTNAME}/src USES= iconv @@ -24,7 +26,6 @@ PORTDOCS+= ${i}-eucj.txt ${i}-sjis.txt ${i}.txt PLIST_FILES+= sbin/${i} .endfor -NO_STAGE= yes do-install: .for i in ${SBINS} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/sbin/ |