mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add LICENSE.
This commit is contained in:
parent
85aa310057
commit
d6009d76a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430407
2 changed files with 7 additions and 4 deletions
|
@ -3,14 +3,17 @@
|
||||||
|
|
||||||
PORTNAME= jumpgate
|
PORTNAME= jumpgate
|
||||||
PORTVERSION= 0.7
|
PORTVERSION= 0.7
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://jumpgate.sourceforge.net/
|
MASTER_SITES= http://jumpgate.sourceforge.net/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= hrs@FreeBSD.org
|
||||||
COMMENT= TCP connection forwarder
|
COMMENT= TCP connection forwarder
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
PLIST_FILES= man/man8/jumpgate.8.gz sbin/jumpgate
|
PLIST_FILES= man/man8/jumpgate.8.gz sbin/jumpgate
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.in.orig 2014-06-06 09:30:37.782875595 +0800
|
--- Makefile.in.orig 2002-11-29 21:00:12 UTC
|
||||||
+++ Makefile.in 2014-06-06 09:31:03.369876627 +0800
|
+++ Makefile.in
|
||||||
@@ -36,10 +36,10 @@ distclean:
|
@@ -36,10 +36,10 @@ distclean:
|
||||||
rm -f Makefile config.cache config.log config.status config.h confdefs.h
|
rm -f Makefile config.cache config.log config.status config.h confdefs.h
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue