diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-27 07:57:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-27 07:57:22 +0000 |
commit | a64d2e8805baed3a6715fb280a8dbcebd9390882 (patch) | |
tree | 31c5d0c9b076a581a52c13f39ffc6841a9d7994e | |
parent | 54da74b0b228253379a76574537afc738f2cb775 (diff) |
Notes
-rw-r--r-- | misc/peq/Makefile | 5 | ||||
-rw-r--r-- | misc/peq/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/misc/peq/Makefile b/misc/peq/Makefile index 5e4170a9eba1..7aa4b3bbdca1 100644 --- a/misc/peq/Makefile +++ b/misc/peq/Makefile @@ -8,8 +8,9 @@ PORTNAME= peq PORTVERSION= 0.7.1 CATEGORIES= misc games -MASTER_SITES= http://silverstone.fortunecity.com/jaguar/37/ \ - http://www.shrubbery.org.za/peq/ +MASTER_SITES= http://www.shrubbery.org.za/peq/ +# Fortunecity.com doesn't allow linking from external sites. +# Please look at the WWW site in pkg-descr for more information - edwin 20021227 MAINTAINER= gordon@shrubbery.org.za diff --git a/misc/peq/pkg-descr b/misc/peq/pkg-descr index 2e99836f00f6..b5871018e406 100644 --- a/misc/peq/pkg-descr +++ b/misc/peq/pkg-descr @@ -2,3 +2,5 @@ This little program is almost exactly like the original fortune. The author promises that update the "fortune" database will be more regular and he tries to put only thought provoking and humourous quotes into it. + +WWW: http://silverstone.fortunecity.com/jaguar/37/peq.html |