diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-03-09 03:04:51 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-03-09 03:04:51 +0800 |
commit | 86405b3dd794273dcae26346f4c360f1ad0751bd (patch) | |
tree | e7fc7c7cd9636aa697d4f46a45f4942cec7e8476 /emulators | |
parent | 74d38319a74844545b6d4941a7bd414c04a39be0 (diff) | |
download | freebsd-ports-gnome-86405b3dd794273dcae26346f4c360f1ad0751bd.tar.gz freebsd-ports-gnome-86405b3dd794273dcae26346f4c360f1ad0751bd.tar.zst freebsd-ports-gnome-86405b3dd794273dcae26346f4c360f1ad0751bd.zip |
Don't strip the module or it won't work
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware_xf4mod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile index fb0b94a21762..6f2f3f2784e8 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> |