diff options
author | asami <asami@FreeBSD.org> | 2000-02-28 16:34:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-02-28 16:34:04 +0800 |
commit | f8fc67d68268fcb2907cd96816adf2ad6a8ed8d5 (patch) | |
tree | 50e42b26709f3d248c72368a9fcd559340b4709d /emulators/vmware3/Makefile | |
parent | f4b53eebdd5005198f0608866bcd9df87af1bd1c (diff) | |
download | freebsd-ports-gnome-f8fc67d68268fcb2907cd96816adf2ad6a8ed8d5.tar.gz freebsd-ports-gnome-f8fc67d68268fcb2907cd96816adf2ad6a8ed8d5.tar.zst freebsd-ports-gnome-f8fc67d68268fcb2907cd96816adf2ad6a8ed8d5.zip |
Add virtual category "linux" to Linux apps and support libs/utils.
Diffstat (limited to 'emulators/vmware3/Makefile')
-rw-r--r-- | emulators/vmware3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index a91041c92b86..aaecd7facef1 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/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 |