From 992167bf4c6a9a93f598b7aeda99b428a1724d18 Mon Sep 17 00:00:00 2001 From: tdb Date: Tue, 21 Mar 2006 10:15:16 +0000 Subject: - Fix MASTER_SITES, make fetchable - Fix pkg-plit, making portlint happy PR: 94760 Submitted by: Jean Milanez Melo --- misc/quotes/Makefile | 3 ++- misc/quotes/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'misc') diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile index 7a8db8d977c5..95fdf5e5198b 100644 --- a/misc/quotes/Makefile +++ b/misc/quotes/Makefile @@ -8,7 +8,8 @@ PORTNAME= quotes PORTVERSION= 1.7.2 CATEGORIES= misc -MASTER_SITES= ftp://ftp.coralys.com/pub/free/ +MASTER_SITES= ftp://ftp.externet.hu/.lib/disk6/linuxberg/files/console/office/ \ + ftp://ftp.waseda.ac.jp/.u7/ports/distfiles/ DISTNAME= ${PORTNAME}-1.7-2 MAINTAINER= ports@FreeBSD.org diff --git a/misc/quotes/pkg-plist b/misc/quotes/pkg-plist index dee40f35e258..b8383ab085ea 100644 --- a/misc/quotes/pkg-plist +++ b/misc/quotes/pkg-plist @@ -1,6 +1,6 @@ bin/quotes bin/quotesmailer etc/quotesrc.sample -share/doc/quotes/quotes.txt -share/doc/quotes/QuExample.pm -@dirrm share/doc/quotes +%%DOCSDIR%%/quotes.txt +%%DOCSDIR%%/QuExample.pm +@dirrm %%DOCSDIR%% -- cgit