mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
* fix plist
* mark not for sparc64 [1] * remove USE_REINPLACE PR: ports/92932 [1] Submitted by: Chris Forkin <chris@forkin.com> (maintainer) [1]
This commit is contained in:
parent
78a2705eee
commit
8d491af582
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157400
@ -14,7 +14,6 @@ MAINTAINER= chris@forkin.com
|
||||
COMMENT= Device-driver for the Voicetronix OpenLine4 PCI telephony cards
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_RC_SUBR= vpb.sh
|
||||
SUB_FILES+= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
@ -28,12 +27,12 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
.if !exists(/usr/src/sys)
|
||||
IGNORE= requires kernel source (/usr/src/sys) to build
|
||||
.endif
|
||||
|
||||
NOT_FOR_ARCHS= sparc64
|
||||
|
||||
.if ${OSVERSION} < 502000 || ${OSVERSION} >= 600000
|
||||
IGNORE= is not for FreeBSD versions < 502000, or >= 600000
|
||||
.endif
|
||||
|
@ -2,6 +2,7 @@ etc/vpb/vlcmain.out
|
||||
etc/vpb/vpbmain_isa.out
|
||||
etc/vpb/vpbmain_pci.out
|
||||
include/vpbapi.h
|
||||
lib/gettext/linker.hints
|
||||
lib/libvpb.a
|
||||
lib/vpb.ko
|
||||
@dirrm etc/vpb
|
||||
|
Loading…
Reference in New Issue
Block a user