diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-08 01:15:34 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-08 01:15:34 +0000 |
commit | e6b9240d9f1f645dd34f9dfc5766e13a4514cd71 (patch) | |
tree | 8664755812828854a907e134894ee7b6eee6a1d0 /sysutils/wminet | |
parent | a5101273e4902c298eead236ceb4cc0cddafddc1 (diff) | |
download | FreeBSD-ports-e6b9240d9f1f645dd34f9dfc5766e13a4514cd71.zip FreeBSD-ports-e6b9240d9f1f645dd34f9dfc5766e13a4514cd71.tar.gz |
- Fix MASTER_SITES
- silence portlint
PR: ports/97799
Submitted by: miwi
Approved by: maintainer-timeout, lawrance (mentor, implicit)
Diffstat (limited to 'sysutils/wminet')
-rw-r--r-- | sysutils/wminet/Makefile | 3 | ||||
-rw-r--r-- | sysutils/wminet/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/wminet/pkg-plist | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/wminet/Makefile b/sysutils/wminet/Makefile index 2eeb829..cb96a79 100644 --- a/sysutils/wminet/Makefile +++ b/sysutils/wminet/Makefile @@ -8,7 +8,8 @@ PORTNAME= wminet PORTVERSION= 2.0.3 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://www.neotokyo.org/illusion/downloads/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ + http://mirror2.unixfreunde.de/ MAINTAINER= sk-ports@vegamuse.org COMMENT= Window Maker dockable inetd monitor diff --git a/sysutils/wminet/pkg-descr b/sysutils/wminet/pkg-descr index f80bb0d6..cc63cb5 100644 --- a/sysutils/wminet/pkg-descr +++ b/sysutils/wminet/pkg-descr @@ -12,4 +12,4 @@ nice & nifty features like: * User-definable scripts/commands through ~/.wminetrc; * lpd monitoring -WWW: http://www.neotokyo.org/illusion/
\ No newline at end of file +WWW: http://www.neotokyo.org/illusion/ diff --git a/sysutils/wminet/pkg-plist b/sysutils/wminet/pkg-plist index c3a6d3e..ffca763 100644 --- a/sysutils/wminet/pkg-plist +++ b/sysutils/wminet/pkg-plist @@ -1,4 +1,4 @@ bin/wminet etc/wminetrc -%%PORTDOCS%%share/doc/wminet/HINTS -%%PORTDOCS%%@dirrm share/doc/wminet +%%PORTDOCS%%%%DOCSDIR%%/HINTS +%%PORTDOCS%%@dirrm %%DOCSDIR%% |