diff options
author | mich <mich@FreeBSD.org> | 2003-08-11 22:43:23 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2003-08-11 22:43:23 +0800 |
commit | 2c7bc8e16d57175b17317aad505820e2a376ffc9 (patch) | |
tree | 706c83da94485097302a62333610766090ffda75 | |
parent | 546b6c6b1b044d57c47db19cac26242136593e7c (diff) | |
download | freebsd-ports-gnome-2c7bc8e16d57175b17317aad505820e2a376ffc9.tar.gz freebsd-ports-gnome-2c7bc8e16d57175b17317aad505820e2a376ffc9.tar.zst freebsd-ports-gnome-2c7bc8e16d57175b17317aad505820e2a376ffc9.zip |
lr project moved to sourgeforge servers.
Fixed pkg-plist, to use DOCSDIR macro.
Approved by: roberto (mentor)
-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%% |