summaryrefslogtreecommitdiff
path: root/net-im/icb
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-07 15:22:49 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-07 15:22:49 +0000
commitb9d60e3ca121c2c4cd6948a70053cb077812c47c (patch)
tree88eca70dce266de86b4aaf0061e6867695bb33b9 /net-im/icb
parentRemove WWW (diff)
Unbreak MASTER_SITES
PR: 87063 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Notes
Notes: svn path=/head/; revision=144497
Diffstat (limited to 'net-im/icb')
-rw-r--r--net-im/icb/Makefile7
-rw-r--r--net-im/icb/pkg-plist12
2 files changed, 9 insertions, 10 deletions
diff --git a/net-im/icb/Makefile b/net-im/icb/Makefile
index b9b41b404a39..ad0084f137de 100644
--- a/net-im/icb/Makefile
+++ b/net-im/icb/Makefile
@@ -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>
diff --git a/net-im/icb/pkg-plist b/net-im/icb/pkg-plist
index e4d2d5ff1616..8f6482be8055 100644
--- a/net-im/icb/pkg-plist
+++ b/net-im/icb/pkg-plist
@@ -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%%