diff options
Diffstat (limited to 'net/dtcpclient/Makefile')
-rw-r--r-- | net/dtcpclient/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile index 8a97fa1d84e7..8d8492bf4854 100644 --- a/net/dtcpclient/Makefile +++ b/net/dtcpclient/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= dtcpclient -PORTVERSION= 20090812 -PORTREVISION= 1 +PORTVERSION= 20151002 +#PORTREVISION= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ \ http://home.jp.FreeBSD.org/~ume/ipv6/ @@ -15,4 +15,8 @@ LICENSE= BSD2CLAUSE USES= uidfix USE_RC_SUBR= dtcpclient +PLIST_FILES= man/man8/dtcpclient.8.gz \ + sbin/dtcpclient \ + "@sample %%EXAMPLESDIR%%/dtcpclient.script etc/dtcpclient.script" + .include <bsd.port.mk> |