diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-10-22 08:47:36 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-10-22 08:47:36 +0000 |
commit | 7d60c32f6845af5f8eedd540c0d2a4e0677f67ad (patch) | |
tree | 364e1a221d941ba35625e99e2e9e373c975d9ddf /emulators/vmware2/Makefile | |
parent | b4571357b0574c6a3002e7d09e063c94e4dddf25 (diff) | |
download | FreeBSD-ports-7d60c32f6845af5f8eedd540c0d2a4e0677f67ad.zip FreeBSD-ports-7d60c32f6845af5f8eedd540c0d2a4e0677f67ad.tar.gz |
Fix pkg-plist for FreeBSD 4.x.
Diffstat (limited to 'emulators/vmware2/Makefile')
-rw-r--r-- | emulators/vmware2/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index ef29fda..af4d40a 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -81,6 +81,12 @@ SCRIPTS_ENV+= LINUXBASE="${LINUXBASE}" \ MAKE_ARGS= KMODDIR="${VMDIR}/lib/modules" PLIST_SUB= LINUXBASE="${LINUXBASE}" VMNET1_MINOR="${VMNET1_MINOR}" +.if ${OSVERSION} < 500000 +PLIST_SUB+= FREEBSD5="@comment " +.else +PLIST_SUB+= FREEBSD5="" +.endif + post-extract: .for m in ${MODULES} ${TAR} -xf ${WRKSRC}/lib/modules/source/${m}.tar -C ${WRKSRC} |