diff options
author | stephen <stephen@FreeBSD.org> | 2014-12-28 03:32:54 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-12-28 03:32:54 +0800 |
commit | df79bfbfcd4b046c62c188db00c19593e5a15dd0 (patch) | |
tree | d3b6544e08f6c1feff7e1f5cb3427ca19d6fe16b | |
parent | f286bac665f56494fee3b019827289f9df088f89 (diff) | |
download | freebsd-ports-gnome-df79bfbfcd4b046c62c188db00c19593e5a15dd0.tar.gz freebsd-ports-gnome-df79bfbfcd4b046c62c188db00c19593e5a15dd0.tar.zst freebsd-ports-gnome-df79bfbfcd4b046c62c188db00c19593e5a15dd0.zip |
- Add another master site.
- Add licence.
-rw-r--r-- | x11/xkbset/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xkbset/Makefile b/x11/xkbset/Makefile index d8e6c735dec9..03ae54f69f4f 100644 --- a/x11/xkbset/Makefile +++ b/x11/xkbset/Makefile @@ -5,11 +5,14 @@ PORTNAME= xkbset PORTVERSION= 0.5 PORTREVISION= 3 CATEGORIES= x11 -MASTER_SITES= http://www.math.missouri.edu/~stephen/software/xkbset/ +MASTER_SITES= http://faculty.missouri.edu/~stephen/software/xkbset/ \ + http://www.math.missouri.edu/~stephen/software/xkbset/ MAINTAINER= stephen@FreeBSD.org COMMENT= Manage various XKB features of X Window +LICENSE= BSD3CLAUSE + USE_XORG= x11 USE_PERL5= build USES= perl5 |