diff options
author | silby <silby@FreeBSD.org> | 2005-10-14 16:45:05 +0800 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2005-10-14 16:45:05 +0800 |
commit | 8a5a4be6cff4f299e92a89c606210f0b730b21b0 (patch) | |
tree | d0e76e4bf0e32f0ec438d3620b08bf6e8a09f9ec | |
parent | 2643ac3d89864f12f050882b7322d67155b2442c (diff) | |
download | freebsd-ports-gnome-8a5a4be6cff4f299e92a89c606210f0b730b21b0.tar.gz freebsd-ports-gnome-8a5a4be6cff4f299e92a89c606210f0b730b21b0.tar.zst freebsd-ports-gnome-8a5a4be6cff4f299e92a89c606210f0b730b21b0.zip |
Fix installation of 001.vmware.sh
PR: 75748
Submitted by: Per Hedeland
-rw-r--r-- | emulators/vmware3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 0f17a32faed1..222731bebf22 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -7,7 +7,7 @@ PORTNAME= vmware3 PORTVERSION= 3.2.1.2242 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= emulators linux MASTER_SITES= http://download3.vmware.com/software/wkst/:vmware \ @@ -229,8 +229,8 @@ pre-clean: @${FIND} ${WRKSRC} | ${GREP} \@ | ${XARGS} ${RM} .endif +.include <bsd.port.post.mk> + .if exists(${WRKDIR}/Makefile.inc.net) .include "${WRKDIR}/Makefile.inc.net" .endif - -.include <bsd.port.post.mk> |