diff options
Diffstat (limited to 'emulators/vmw/Makefile')
-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/ |