diff options
author | vs <vs@FreeBSD.org> | 2004-07-13 15:39:39 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-13 15:39:39 +0000 |
commit | 64cdd945d10ffbb3f73e6615e841a036a94fd027 (patch) | |
tree | 309dc6671ff185e63b90b6283530ef1961827182 | |
parent | bd31f95f22a2a23ce0e4dc04e0bf5941f36a325d (diff) | |
download | FreeBSD-ports-64cdd945d10ffbb3f73e6615e841a036a94fd027.zip FreeBSD-ports-64cdd945d10ffbb3f73e6615e841a036a94fd027.tar.gz |
Hosted on SourceForge
-rw-r--r-- | x11/imwheel/Makefile | 4 | ||||
-rw-r--r-- | x11/imwheel/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/imwheel/Makefile b/x11/imwheel/Makefile index 803024a..5bdb636 100644 --- a/x11/imwheel/Makefile +++ b/x11/imwheel/Makefile @@ -9,7 +9,9 @@ PORTNAME= imwheel PORTVERSION= 0.9.9 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://jonatkins.org/imwheel/files/ +MASTER_SITES= ftp://jcatki.no-ip.org/pub/imwheel/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Utility to translate mouse wheel actions into X keyboard events diff --git a/x11/imwheel/pkg-descr b/x11/imwheel/pkg-descr index 21b8b66..dd31856 100644 --- a/x11/imwheel/pkg-descr +++ b/x11/imwheel/pkg-descr @@ -4,4 +4,4 @@ using a configuration file that allows per-user translation preferences. For more information on setting up your wheeled mouse to work with X, see either the imwheel man page or the FreeBSD FAQ. -WWW: http://jonatkins.org/imwheel/ +WWW: http://imwheel.sourceforge.net/ |