summaryrefslogtreecommitdiff
path: root/emulators/vmware_xf4mod
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-03-15 16:52:27 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-03-15 16:52:27 +0000
commit95a035f6d7f76fa158f5ae49246103fd0e1f23a3 (patch)
tree51905c6de66aa5b7a51a34c957f26186d7aad18f /emulators/vmware_xf4mod
parentFix bento by insisting on XFree86-4. (diff)
Why bother even copying the file into ${WRKSRC}?
Notes
Notes: svn path=/head/; revision=39891
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 19eda66d50ca..6af0cdb7bf97 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>