1
0
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:
Vasil Dimov 2006-03-16 10:43:20 +00:00
parent 78a2705eee
commit 8d491af582
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157400
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,6 @@ MAINTAINER= chris@forkin.com
COMMENT= Device-driver for the Voicetronix OpenLine4 PCI telephony cards COMMENT= Device-driver for the Voicetronix OpenLine4 PCI telephony cards
USE_GMAKE= yes USE_GMAKE= yes
USE_REINPLACE= yes
USE_RC_SUBR= vpb.sh USE_RC_SUBR= vpb.sh
SUB_FILES+= pkg-message SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message
@ -28,12 +27,12 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
BROKEN= Incomplete pkg-plist
.if !exists(/usr/src/sys) .if !exists(/usr/src/sys)
IGNORE= requires kernel source (/usr/src/sys) to build IGNORE= requires kernel source (/usr/src/sys) to build
.endif .endif
NOT_FOR_ARCHS= sparc64
.if ${OSVERSION} < 502000 || ${OSVERSION} >= 600000 .if ${OSVERSION} < 502000 || ${OSVERSION} >= 600000
IGNORE= is not for FreeBSD versions < 502000, or >= 600000 IGNORE= is not for FreeBSD versions < 502000, or >= 600000
.endif .endif

View File

@ -2,6 +2,7 @@ etc/vpb/vlcmain.out
etc/vpb/vpbmain_isa.out etc/vpb/vpbmain_isa.out
etc/vpb/vpbmain_pci.out etc/vpb/vpbmain_pci.out
include/vpbapi.h include/vpbapi.h
lib/gettext/linker.hints
lib/libvpb.a lib/libvpb.a
lib/vpb.ko lib/vpb.ko
@dirrm etc/vpb @dirrm etc/vpb