mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Fix pkg-plist for FreeBSD 4.x.
This commit is contained in:
parent
d7dce4ed00
commit
316be76e1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91878
2 changed files with 7 additions and 1 deletions
|
@ -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}
|
||||
|
|
|
@ -70,7 +70,7 @@ lib/vmware/lib/help/Wiznetwork.htm
|
|||
lib/vmware/lib/help/Wizos.htm
|
||||
lib/vmware/lib/help/Wizpath.htm
|
||||
lib/vmware/lib/help/toc.htm
|
||||
lib/vmware/lib/modules/linker.hints
|
||||
%%FREEBSD5%%lib/vmware/lib/modules/linker.hints
|
||||
lib/vmware/lib/modules/vmmon_smp.ko
|
||||
lib/vmware/lib/modules/vmmon_up.ko
|
||||
lib/vmware/lib/xkeymap/be101
|
||||
|
|
Loading…
Add table
Reference in a new issue