diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-18 03:15:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-18 03:15:19 +0800 |
commit | 816cf00830f7983d81718096d3c65ae5de3ea9b4 (patch) | |
tree | ecf7cab4eb38c6e7200867431ea68291a3056a46 /net | |
parent | 567aada4cdf3a4fa06d90d5c83734f70808e9cf7 (diff) | |
download | freebsd-ports-gnome-816cf00830f7983d81718096d3c65ae5de3ea9b4.tar.gz freebsd-ports-gnome-816cf00830f7983d81718096d3c65ae5de3ea9b4.tar.zst freebsd-ports-gnome-816cf00830f7983d81718096d3c65ae5de3ea9b4.zip |
- Update LICENSE and move it upward
- Use USES=tar:tgz
Diffstat (limited to 'net')
-rw-r--r-- | net/empty/Makefile | 8 |
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 |