summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2001-03-08 19:04:51 +0000
committernsayer <nsayer@FreeBSD.org>2001-03-08 19:04:51 +0000
commit86405b3dd794273dcae26346f4c360f1ad0751bd (patch)
treee7fc7c7cd9636aa697d4f46a45f4942cec7e8476 /emulators
parent74d38319a74844545b6d4941a7bd414c04a39be0 (diff)
downloadFreeBSD-ports-86405b3dd794273dcae26346f4c360f1ad0751bd.zip
FreeBSD-ports-86405b3dd794273dcae26346f4c360f1ad0751bd.tar.gz
Don't strip the module or it won't work
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vmware_xf4mod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile
index fb0b94a..6f2f3f2 100644
--- a/emulators/vmware_xf4mod/Makefile
+++ b/emulators/vmware_xf4mod/Makefile
@@ -29,6 +29,6 @@ do-extract:
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/lib/modules/drivers
+ ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${PREFIX}/lib/modules/drivers
.include <bsd.port.mk>
OpenPOWER on IntegriCloud