Unbreak MASTER_SITES

PR:		87063
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
This commit is contained in:
Marcus Alves Grando 2005-10-07 15:22:49 +00:00
parent acc5926692
commit b9d60e3ca1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144497
4 changed files with 18 additions and 20 deletions

View file

@ -10,8 +10,7 @@ PORTNAME= icb
PORTVERSION= 5.1.0 PORTVERSION= 5.1.0
PORTREVISION= 3 PORTREVISION= 3
CATEGORIES= net tcl84 CATEGORIES= net tcl84
MASTER_SITES= http://www.obfuscation.org/ftp/pub/icb/ \ MASTER_SITES= http://www.obfuscation.org/icb/
ftp://ftp.obfuscation.org/pub/icb/
DISTNAME= c${PORTNAME}-${PORTVERSION} DISTNAME= c${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
@ -27,8 +26,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/icb @${MKDIR} ${PREFIX}/share/icb
${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb
.for file in bartender confuse echofunctions sample.icbrc .for f in bartender confuse echofunctions sample.icbrc
${INSTALL_DATA} ${WRKSRC}/contrib/${file} ${PREFIX}/share/icb ${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${PREFIX}/share/icb
.endfor .endfor
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,8 +1,8 @@
@comment $FreeBSD$ @comment $FreeBSD$
bin/icb bin/icb
share/icb/bartender %%DATADIR%%/bartender
share/icb/confuse %%DATADIR%%/confuse
share/icb/echofunctions %%DATADIR%%/echofunctions
share/icb/icbserverdb %%DATADIR%%/icbserverdb
share/icb/sample.icbrc %%DATADIR%%/sample.icbrc
@dirrm share/icb @dirrm %%DATADIR%%

View file

@ -10,8 +10,7 @@ PORTNAME= icb
PORTVERSION= 5.1.0 PORTVERSION= 5.1.0
PORTREVISION= 3 PORTREVISION= 3
CATEGORIES= net tcl84 CATEGORIES= net tcl84
MASTER_SITES= http://www.obfuscation.org/ftp/pub/icb/ \ MASTER_SITES= http://www.obfuscation.org/icb/
ftp://ftp.obfuscation.org/pub/icb/
DISTNAME= c${PORTNAME}-${PORTVERSION} DISTNAME= c${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
@ -27,8 +26,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/icb @${MKDIR} ${PREFIX}/share/icb
${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb
.for file in bartender confuse echofunctions sample.icbrc .for f in bartender confuse echofunctions sample.icbrc
${INSTALL_DATA} ${WRKSRC}/contrib/${file} ${PREFIX}/share/icb ${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${PREFIX}/share/icb
.endfor .endfor
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,8 +1,8 @@
@comment $FreeBSD$ @comment $FreeBSD$
bin/icb bin/icb
share/icb/bartender %%DATADIR%%/bartender
share/icb/confuse %%DATADIR%%/confuse
share/icb/echofunctions %%DATADIR%%/echofunctions
share/icb/icbserverdb %%DATADIR%%/icbserverdb
share/icb/sample.icbrc %%DATADIR%%/sample.icbrc
@dirrm share/icb @dirrm %%DATADIR%%