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/Makefile | |
parent | 0af4d59f0863fe1a74c8997daef05f902d9f3d01 (diff) |
Notes
Diffstat (limited to 'x11/imwheel/Makefile')
-rw-r--r-- | x11/imwheel/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |