summaryrefslogtreecommitdiffstats
path: root/emulators/vmware_xf4mod
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2001-03-15 16:52:27 +0000
committernsayer <nsayer@FreeBSD.org>2001-03-15 16:52:27 +0000
commit48d9df61341b943d354fd07fea86d65411779abb (patch)
treeb2ead0df0a3556e1bc463c50ea3b0d5943a04096 /emulators/vmware_xf4mod
parent464ad08c1396b720cbfb559713a0a22ebb5fab76 (diff)
downloadFreeBSD-ports-48d9df61341b943d354fd07fea86d65411779abb.zip
FreeBSD-ports-48d9df61341b943d354fd07fea86d65411779abb.tar.gz
Why bother even copying the file into ${WRKSRC}?
Diffstat (limited to 'emulators/vmware_xf4mod')
-rw-r--r--emulators/vmware_xf4mod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile
index 19eda66..6af0cdb 100644
--- a/emulators/vmware_xf4mod/Makefile
+++ b/emulators/vmware_xf4mod/Makefile
@@ -28,9 +28,9 @@ RESTRICTED= "Not sure if we can redistribute it"
do-extract:
${MKDIR} ${WRKSRC}
- ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
+ # Nothing else
do-install:
- ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${PREFIX}/lib/modules/drivers
+ ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/lib/modules/drivers
.include <bsd.port.mk>
OpenPOWER on IntegriCloud