diff options
author | tdb <tdb@FreeBSD.org> | 2006-03-21 18:15:16 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-03-21 18:15:16 +0800 |
commit | 992167bf4c6a9a93f598b7aeda99b428a1724d18 (patch) | |
tree | d82093df05ecd0cec82593d0ccacc2cc953efa61 /misc | |
parent | ed27f4e0b4694c8025b04533d7d7f4082484c6df (diff) | |
download | freebsd-ports-gnome-992167bf4c6a9a93f598b7aeda99b428a1724d18.tar.gz freebsd-ports-gnome-992167bf4c6a9a93f598b7aeda99b428a1724d18.tar.zst freebsd-ports-gnome-992167bf4c6a9a93f598b7aeda99b428a1724d18.zip |
- Fix MASTER_SITES, make fetchable
- Fix pkg-plit, making portlint happy
PR: 94760
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/quotes/Makefile | 3 | ||||
-rw-r--r-- | misc/quotes/pkg-plist | 6 |
2 files changed, 5 insertions, 4 deletions
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%% |