diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-08-11 14:43:23 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-08-11 14:43:23 +0000 |
commit | debf3fa6bd20a1274cff06262cefa76731ae5d85 (patch) | |
tree | 9526bff833de1af69ea1212a46d68b4e5b228333 /misc/lr | |
parent | f6e1df9a0919625540cc33579090f5499159ccd2 (diff) | |
download | ports-debf3fa6bd20a1274cff06262cefa76731ae5d85.tar.gz ports-debf3fa6bd20a1274cff06262cefa76731ae5d85.zip |
Notes
Diffstat (limited to 'misc/lr')
-rw-r--r-- | misc/lr/Makefile | 4 | ||||
-rw-r--r-- | misc/lr/pkg-descr | 2 | ||||
-rw-r--r-- | misc/lr/pkg-plist | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/misc/lr/Makefile b/misc/lr/Makefile index 869e6e82f01b..19810a4ca2bf 100644 --- a/misc/lr/Makefile +++ b/misc/lr/Makefile @@ -9,8 +9,8 @@ PORTNAME= lr PORTVERSION= 2.0 CATEGORIES= misc -MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ - http://www.seekrut.com/rk/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= lazyread DISTNAME= lazyread-${PORTVERSION} MAINTAINER= mich@FreeBSD.org diff --git a/misc/lr/pkg-descr b/misc/lr/pkg-descr index 0b28fda7c128..b4166bb7769a 100644 --- a/misc/lr/pkg-descr +++ b/misc/lr/pkg-descr @@ -5,7 +5,7 @@ features, such as being able to choose the speed at which it scrolls, pause, dynamic speed up, the ability to highlight lines that contain a specified string, and much more. -WWW: http://www.seekrut.com/rk/lazyread.html +WWW: http://lazyread.sourceforge.net - Michael L. Hostbaek mich@FreeBSD.org diff --git a/misc/lr/pkg-plist b/misc/lr/pkg-plist index e14cb20bf0b6..2f3893bf3e24 100644 --- a/misc/lr/pkg-plist +++ b/misc/lr/pkg-plist @@ -1,4 +1,4 @@ bin/lr %%LESSPIPE%%bin/lesspipe.sh -%%PORTDOCS%%share/doc/lr/README -%%PORTDOCS%%@dirrm share/doc/lr +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |