diff options
author | eadler <eadler@FreeBSD.org> | 2012-03-13 12:20:49 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-03-13 12:20:49 +0800 |
commit | 1b03ac24ba05a9d54c7eca88e88e8f7ebc30e0a0 (patch) | |
tree | e0b7ed00baf288c3385d0b9a0cafce61a188da45 | |
parent | 2d5a7dc37087e37f4cd0cec508b86776b0b5d543 (diff) | |
download | freebsd-ports-gnome-1b03ac24ba05a9d54c7eca88e88e8f7ebc30e0a0.tar.gz freebsd-ports-gnome-1b03ac24ba05a9d54c7eca88e88e8f7ebc30e0a0.tar.zst freebsd-ports-gnome-1b03ac24ba05a9d54c7eca88e88e8f7ebc30e0a0.zip |
Add licences to ports
Submitted by: winstonw@lavabit.com (maintainer)
Feature safe: yes
-rw-r--r-- | net/drawterm/Makefile | 3 | ||||
-rw-r--r-- | x11/tabbed/Makefile | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/net/drawterm/Makefile b/net/drawterm/Makefile index e43ab7879dbd..63bec6f92ed1 100644 --- a/net/drawterm/Makefile +++ b/net/drawterm/Makefile @@ -14,6 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= winstonw@lavabit.com COMMENT= Plan9 cpu client +# Additionally the Lucent Public License +LICENSE= MIT + USE_XORG= x11 xt PLIST_FILES= bin/drawterm diff --git a/x11/tabbed/Makefile b/x11/tabbed/Makefile index f9c67c2a8e54..e114901121c2 100644 --- a/x11/tabbed/Makefile +++ b/x11/tabbed/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://dl.suckless.org/tools/ MAINTAINER= winstonw@lavabit.com COMMENT= Simple generic tabbed fronted to xembed aware applications +LICENSE= MIT + USE_XORG= x11 MAN1= tabbed.1 |