summaryrefslogtreecommitdiff
path: root/net/empty
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-17 19:15:19 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-17 19:15:19 +0000
commit1ceefd0888aa3d43efcdf8ebbd017306899a0ca1 (patch)
treeecf7cab4eb38c6e7200867431ea68291a3056a46 /net/empty
parent- Use USES=compiler:c11 (diff)
- Update LICENSE and move it upward
- Use USES=tar:tgz
Notes
Notes: svn path=/head/; revision=365224
Diffstat (limited to 'net/empty')
-rw-r--r--net/empty/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/empty/Makefile b/net/empty/Makefile
index ef84e5286db7..4455189d9df0 100644
--- a/net/empty/Makefile
+++ b/net/empty/Makefile
@@ -5,18 +5,18 @@ PORTNAME= empty
PORTVERSION= 0.6.18b
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= zmey20000@yahoo.com
COMMENT= Expect-like tool for pure shell
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
DOCS= CHANGELOG COPYRIGHT README README.CYGWIN
EXAMPLES= README em_ssh.sh em_ssh_2.sh em_sh.sh \
em_telnet.sh em_telnet_2.sh emsu.sh runtests.sh
MAKE_ARGS+= CC="${CC}"
-
-LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+USES= tar:tgz
OPTIONS_DEFINE= DOCS EXAMPLES