diff options
author | nork <nork@FreeBSD.org> | 2002-11-23 16:31:54 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-23 16:31:54 +0800 |
commit | 971466d666b263272f3ffa1b5973e39a6ea9adbe (patch) | |
tree | 3feb51f7e9f042dac6123c62596809db7cdb2d4b /net | |
parent | 0ba234ae4fe3d3046566c884eb14d1437bc1bc5a (diff) | |
download | freebsd-ports-gnome-971466d666b263272f3ffa1b5973e39a6ea9adbe.tar.gz freebsd-ports-gnome-971466d666b263272f3ffa1b5973e39a6ea9adbe.tar.zst freebsd-ports-gnome-971466d666b263272f3ffa1b5973e39a6ea9adbe.zip |
Update MASTER_SITES and WWW: line
PR: ports/45627
Submitted by: Ports Fury
Diffstat (limited to 'net')
-rw-r--r-- | net/wmnetmon/Makefile | 17 | ||||
-rw-r--r-- | net/wmnetmon/pkg-descr | 2 |
2 files changed, 8 insertions, 11 deletions
diff --git a/net/wmnetmon/Makefile b/net/wmnetmon/Makefile index 6ead6a8079d1..4710b46cea83 100644 --- a/net/wmnetmon/Makefile +++ b/net/wmnetmon/Makefile @@ -8,22 +8,19 @@ PORTNAME= wmnetmon PORTVERSION= 0.2p5 CATEGORIES= net windowmaker -# Master site is MIA for weeks now... -#MASTER_SITES= ftp://neubula.utad.pt/pub/wmnetmon/ -MASTER_SITES= http://avdira.cc.duth.gr/~kkonstan/stuff/software/ - +MASTER_SITES= http://www.alvie.com/download/wmnetmon/ MAINTAINER= ports@FreeBSD.org -USE_XPM= YES -USE_X_PREFIX= YES -GNU_CONFIGURE= YES +USE_X_PREFIX= yes +USE_XPM= yes +GNU_CONFIGURE= yes BINMODE= 4755 do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/wmnetmon ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/examples/wmnetmon - @${INSTALL_DATA} ${WRKSRC}/wmnetmonrc ${PREFIX}/share/examples/wmnetmon + ${INSTALL_PROGRAM} ${WRKSRC}/wmnetmon ${PREFIX}/bin + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/wmnetmonrc ${EXAMPLESDIR} .include <bsd.port.mk> diff --git a/net/wmnetmon/pkg-descr b/net/wmnetmon/pkg-descr index 6d46dae8b2e3..638711f76221 100644 --- a/net/wmnetmon/pkg-descr +++ b/net/wmnetmon/pkg-descr @@ -9,6 +9,6 @@ over the leds. It is intended to be run from the WindowMaker dock, and it can monitor up to 63 interfaces. -WWW: http://neubula.utad.pt/~alvieboy/new/wmaker.html.en +WWW: http://www.alvie.com/en/wmaker.html -- K. Konstantinidis <kkonstan@daemon.gr> |