diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-27 04:23:33 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-27 04:23:33 +0800 |
commit | e8d107b054108b645e247ba4048040067f9206e7 (patch) | |
tree | e47eaaccf879bae3ab70874340ac74618bf4427d /comms | |
parent | 516a045596dad454d298bfa974a1e92b29aa5cae (diff) | |
download | freebsd-ports-graphics-e8d107b054108b645e247ba4048040067f9206e7.tar.gz freebsd-ports-graphics-e8d107b054108b645e247ba4048040067f9206e7.tar.zst freebsd-ports-graphics-e8d107b054108b645e247ba4048040067f9206e7.zip |
Update MASTER_SITE [1]
Make portlint happyer
PR: 88050 [1]
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> [1]
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ixj/Makefile | 10 | ||||
-rw-r--r-- | comms/ixj/pkg-message | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/comms/ixj/Makefile b/comms/ixj/Makefile index b38afe40949..c030e3feee4 100644 --- a/comms/ixj/Makefile +++ b/comms/ixj/Makefile @@ -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 diff --git a/comms/ixj/pkg-message b/comms/ixj/pkg-message index 67bfbfcbefa..df1c7c021b8 100644 --- a/comms/ixj/pkg-message +++ b/comms/ixj/pkg-message @@ -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. * ******************************************************************************* - |