diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 01:17:53 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 01:17:53 +0000 |
commit | c132301983ac0738b6f8bf5a1aa03648b4abea36 (patch) | |
tree | ffd01cfcf609358d05460330074ca6249bc6c230 | |
parent | e1c32b1753b793c900a60a3025566847e84e3479 (diff) | |
download | ports-c132301983ac0738b6f8bf5a1aa03648b4abea36.tar.gz ports-c132301983ac0738b6f8bf5a1aa03648b4abea36.zip |
Notes
-rw-r--r-- | emulators/vmw/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emulators/vmw/Makefile b/emulators/vmw/Makefile index c848b6c5e17d..fb01b9f071f7 100644 --- a/emulators/vmw/Makefile +++ b/emulators/vmw/Makefile @@ -25,9 +25,6 @@ PORTDOCS+= ${i}-eucj.txt ${i}-sjis.txt ${i}.txt PLIST_FILES+= sbin/${i} .endfor -post-patch: -# @${REINPLACE_CMD} -e 's/=/?=/' ${WRKSRC}/Makefile.FreeBSD - do-install: .for i in ${SBINS} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/sbin/ |