diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
commit | 4c03c895e7b4e891521d72aa34ffe76517fd018d (patch) | |
tree | 059002a09ab942607c4e739ae3422b863a0c90f4 /emulators/vmware | |
parent | ce2580ba9eebe81597e981ed40cb72d9b1eef4c8 (diff) | |
download | pkgsrc-4c03c895e7b4e891521d72aa34ffe76517fd018d.tar.gz |
Specify the category when including other files and when depending on other
packages. From PR pkg/21864 by ccatrian at eml.cc.
Diffstat (limited to 'emulators/vmware')
-rw-r--r-- | emulators/vmware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index e818310856b..ffb2f1fac87 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:36:21 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/09/18 16:25:31 jmmv Exp $ DISTNAME= VMware-2.0.4-1142 PKGNAME= vmware-2.0.4 @@ -80,5 +80,5 @@ post-install: ${ECHO} "vmnet1.HostOnlyNetMask = \"255.255.255.0\""; \ ) > ${VMWARE_CFG_DIR}/config -.include "../suse_linux/Makefile.application" +.include "../../emulators/suse_linux/Makefile.application" .include "../../mk/bsd.pkg.mk" |