diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-08-27 13:17:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-08-27 13:17:39 +0000 |
commit | 605a7aa4e6dde1222ef8189a49b424bb878add73 (patch) | |
tree | 4ec2fa182d183470d3d38a8830ed59383c7fe18e | |
parent | 3ead67e3c13687ef1dc42fac2f67750b82046d1c (diff) | |
download | freebsd-ports-605a7aa4e6dde1222ef8189a49b424bb878add73.zip |
Add license
-rw-r--r-- | x11/xterm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 6977a7443fda..1554dacfcb0f 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -3,7 +3,7 @@ PORTNAME= xterm PORTVERSION= 319 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \ LOCAL/ehaupt:src1 LOCAL/ehaupt:src2 @@ -13,6 +13,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src1 \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Terminal emulator for the X Window System +LICENSE= MIT + CONFLICTS= x11iraf-[0-9]* USES= tar:tgz |