diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-28 08:34:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-28 08:34:04 +0000 |
commit | b2fc2bafbb36e96b6f432def88f0f29b3db470aa (patch) | |
tree | ef4c6d3e50a6e20fdd0e0ba7e48509f2c2e0ba6e /emulators/vmware2/Makefile | |
parent | Whitespace cleanup (diff) |
Add virtual category "linux" to Linux apps and support libs/utils.
Notes
Notes:
svn path=/head/; revision=26406
Diffstat (limited to 'emulators/vmware2/Makefile')
-rw-r--r-- | emulators/vmware2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index a91041c92b86..aaecd7facef1 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -9,7 +9,7 @@ DISTNAME= VMware-1.1.2-364 PKGNAME= vmware-1.1.2 -CATEGORIES= emulators +CATEGORIES= emulators linux MASTER_SITES= http://www4.vmware.com/software/ \ http://vmware-svca.www.conxion.com/software/ \ http://vmware-chil.www.conxion.com/software/ \ @@ -127,7 +127,6 @@ post-install: @${ECHO} "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-" .endif - pre-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc.linproc \ ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc.net |