mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Unbreak MASTER_SITES
PR: 87063 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
This commit is contained in:
parent
acc5926692
commit
b9d60e3ca1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144497
@ -10,8 +10,7 @@ PORTNAME= icb
|
||||
PORTVERSION= 5.1.0
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net tcl84
|
||||
MASTER_SITES= http://www.obfuscation.org/ftp/pub/icb/ \
|
||||
ftp://ftp.obfuscation.org/pub/icb/
|
||||
MASTER_SITES= http://www.obfuscation.org/icb/
|
||||
DISTNAME= c${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -27,8 +26,8 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin
|
||||
@${MKDIR} ${PREFIX}/share/icb
|
||||
${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb
|
||||
.for file in bartender confuse echofunctions sample.icbrc
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/${file} ${PREFIX}/share/icb
|
||||
.for f in bartender confuse echofunctions sample.icbrc
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${PREFIX}/share/icb
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
bin/icb
|
||||
share/icb/bartender
|
||||
share/icb/confuse
|
||||
share/icb/echofunctions
|
||||
share/icb/icbserverdb
|
||||
share/icb/sample.icbrc
|
||||
@dirrm share/icb
|
||||
%%DATADIR%%/bartender
|
||||
%%DATADIR%%/confuse
|
||||
%%DATADIR%%/echofunctions
|
||||
%%DATADIR%%/icbserverdb
|
||||
%%DATADIR%%/sample.icbrc
|
||||
@dirrm %%DATADIR%%
|
||||
|
@ -10,8 +10,7 @@ PORTNAME= icb
|
||||
PORTVERSION= 5.1.0
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net tcl84
|
||||
MASTER_SITES= http://www.obfuscation.org/ftp/pub/icb/ \
|
||||
ftp://ftp.obfuscation.org/pub/icb/
|
||||
MASTER_SITES= http://www.obfuscation.org/icb/
|
||||
DISTNAME= c${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -27,8 +26,8 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin
|
||||
@${MKDIR} ${PREFIX}/share/icb
|
||||
${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb
|
||||
.for file in bartender confuse echofunctions sample.icbrc
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/${file} ${PREFIX}/share/icb
|
||||
.for f in bartender confuse echofunctions sample.icbrc
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${PREFIX}/share/icb
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
bin/icb
|
||||
share/icb/bartender
|
||||
share/icb/confuse
|
||||
share/icb/echofunctions
|
||||
share/icb/icbserverdb
|
||||
share/icb/sample.icbrc
|
||||
@dirrm share/icb
|
||||
%%DATADIR%%/bartender
|
||||
%%DATADIR%%/confuse
|
||||
%%DATADIR%%/echofunctions
|
||||
%%DATADIR%%/icbserverdb
|
||||
%%DATADIR%%/sample.icbrc
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user