diff options
-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 |