diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-03-15 16:52:27 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-03-15 16:52:27 +0000 |
commit | 95a035f6d7f76fa158f5ae49246103fd0e1f23a3 (patch) | |
tree | 51905c6de66aa5b7a51a34c957f26186d7aad18f | |
parent | Fix bento by insisting on XFree86-4. (diff) |
Why bother even copying the file into ${WRKSRC}?
Notes
Notes:
svn path=/head/; revision=39891
-rw-r--r-- | emulators/vmware_xf4mod/Makefile | 4 |
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> |