1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Update MASTER_SITE [1]

Make portlint happyer

PR:		88050 [1]
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> [1]
This commit is contained in:
Marcus Alves Grando 2005-10-26 20:23:33 +00:00
parent 8549b46b77
commit 7bf7a1946a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146443
2 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= ixj
PORTVERSION= 1.1.0
CATEGORIES= comms
MASTER_SITES= ftp://telepresence.dmem.strath.ac.uk/pub/openh323/
MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/
DISTNAME= ixj_freebsd-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@ -19,10 +19,10 @@ ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
IGNORE = cannot be installed since the driver has not been updated for 5.x kernels. Still uses machine/ipl.h
IGNORE= cannot be installed since the driver has not been updated for 5.x kernels. Still uses machine/ipl.h
.endif
WRKSRC= ${WRKDIR}/ixj_freebsd
WRKSRC= ${WRKDIR}/ixj_freebsd
USE_REINPLACE= yes
MAKEFILE= Makefile.BSD
@ -45,9 +45,11 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/ixjuser.h ${PREFIX}/include/sys
@${INSTALL_DATA} ${WRKSRC}/telephony.h ${PREFIX}/include/sys
@${INSTALL_SCRIPT} ${WRKSRC}/ixj.sh ${PREFIX}/etc/rc.d/
@${ECHO_CMD}
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
header-install: patch
header-install: patch
@${MKDIR} ${PREFIX}/include/sys
@${INSTALL_DATA} ${WRKSRC}/ixjuser.h ${PREFIX}/include/sys
@${INSTALL_DATA} ${WRKSRC}/telephony.h ${PREFIX}/include/sys

View File

@ -1,7 +1,5 @@
*******************************************************************************
* This port contains a prebuilt kernel module. Due to the ever changing *
* nature of FreeBSD it may be necessary to rebuild the module after a kernel *
* source update. To do this reinstall the port. *
*******************************************************************************