diff options
author | clsung <clsung@FreeBSD.org> | 2006-06-02 11:24:44 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-06-02 11:24:44 +0800 |
commit | 56418e45d76e0e5896b8db27e9580686b150ac24 (patch) | |
tree | 8222f10dfcb1982389ca0fb481db813a4a56338f /x11 | |
parent | 7cb736d205b16ace84056be0ab232460f9b800b1 (diff) | |
download | freebsd-ports-graphics-56418e45d76e0e5896b8db27e9580686b150ac24.tar.gz freebsd-ports-graphics-56418e45d76e0e5896b8db27e9580686b150ac24.tar.zst freebsd-ports-graphics-56418e45d76e0e5896b8db27e9580686b150ac24.zip |
- Remove BROKEN specifier as the port fetched fine from:
http://hp.vector.co.jp/authors/VA014157/myfreesoft/
- change order of MASTER_SITES
PR: ports/98339
Submitted by: aaron
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xkeywrap/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/xkeywrap/Makefile b/x11/xkeywrap/Makefile index 9d93ea3ac02..16785ce467f 100644 --- a/x11/xkeywrap/Makefile +++ b/x11/xkeywrap/Makefile @@ -8,15 +8,13 @@ PORTNAME= xkeywrap PORTVERSION= 1.1 CATEGORIES= x11 -MASTER_SITES= http://www.seki.ee.kagu.tus.ac.jp/~sakai/myfreesoft/ \ - http://hp.vector.co.jp/authors/VA014157/myfreesoft/ \ +MASTER_SITES= http://hp.vector.co.jp/authors/VA014157/myfreesoft/ \ + http://www.seki.ee.kagu.tus.ac.jp/~sakai/myfreesoft/ \ http://www.people.or.jp/~hsakai/myfreesoft/ MAINTAINER= ports@FreeBSD.org COMMENT= Record, repeat, and play key sequence from keyboard -BROKEN= does not fetch - USE_X_PREFIX= yes MAN1= xkeywrap.1 MANCOMPRESSED= yes |