diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-13 15:39:39 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-13 15:39:39 +0000 |
commit | 5c9f378262131f1d98889ab48399ef0c4500305f (patch) | |
tree | c051d1139bb0261f54a2dfc340bd2d3b8c6e7687 /x11/imwheel | |
parent | 0af4d59f0863fe1a74c8997daef05f902d9f3d01 (diff) |
Hosted on SourceForge
Notes
Notes:
svn path=/head/; revision=113561
Diffstat (limited to 'x11/imwheel')
-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 803024a3ea02..5bdb636a0ca4 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 21b8b66f5d97..dd318566b3ef 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/ |