diff options
Diffstat (limited to 'emulators/vmware-module3/Makefile')
-rw-r--r-- | emulators/vmware-module3/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/emulators/vmware-module3/Makefile b/emulators/vmware-module3/Makefile index 2e017316dda..0bf97f16bed 100644 --- a/emulators/vmware-module3/Makefile +++ b/emulators/vmware-module3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/26 21:34:51 veego Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/05 06:53:12 jlam Exp $ DISTNAME= vmware-netbsd-3.2.1.8 PKGNAME= vmware-module-3.2.1.8 @@ -15,8 +15,6 @@ CONFLICTS= vmware-module-1.* ONLY_FOR_PLATFORM= NetBSD-*-i386 NO_CONFIGURE= yes -DEINSTALL_SRC= # empty -INSTALL_SRC= ${PKGDIR}/INSTALL NO_SRC_ON_FTP= already there @@ -63,9 +61,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/rc.conf.d/vmware.patched \ ${PREFIX}/etc/rc.conf.d/vmware -post-install: - PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL - .include "../../mk/bsd.pkg.mk" LDFLAGS= # empty since we use BSD-style makefiles |