diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-07 23:22:49 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-07 23:22:49 +0800 |
commit | 978af2dd47523b426f356f927a87d8967e60c33d (patch) | |
tree | 0881c8502f6f3cdc6d6ecaa32fa029ed0f841ff7 /net | |
parent | 64f5231694373bf3e637de1f79f5abaa528bdf69 (diff) | |
download | freebsd-ports-gnome-978af2dd47523b426f356f927a87d8967e60c33d.tar.gz freebsd-ports-gnome-978af2dd47523b426f356f927a87d8967e60c33d.tar.zst freebsd-ports-gnome-978af2dd47523b426f356f927a87d8967e60c33d.zip |
Unbreak MASTER_SITES
PR: 87063
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Diffstat (limited to 'net')
-rw-r--r-- | net/icb/Makefile | 7 | ||||
-rw-r--r-- | net/icb/pkg-plist | 12 |
2 files changed, 9 insertions, 10 deletions
diff --git a/net/icb/Makefile b/net/icb/Makefile index b9b41b404a39..ad0084f137de 100644 --- a/net/icb/Makefile +++ b/net/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/icb/pkg-plist b/net/icb/pkg-plist index e4d2d5ff1616..8f6482be8055 100644 --- a/net/icb/pkg-plist +++ b/net/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%% |