- Switch to @sample
PR: 202692 Submitted by: amdmi3 Approved by: maintainer timeout (ume, 1 month)
This commit is contained in:
parent
9aa2fea001
commit
9e1b8b40b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398230
2 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= dtcpclient
|
||||
PORTVERSION= 20090812
|
||||
#PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ \
|
||||
http://home.jp.FreeBSD.org/~ume/ipv6/
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
man/man8/dtcpclient.8.gz
|
||||
sbin/dtcpclient
|
||||
@unexec if cmp -s %D/etc/dtcpclient.script %D/%%EXAMPLESDIR%%/dtcpclient.script; then rm -f %D/etc/dtcpclient.script; fi
|
||||
%%EXAMPLESDIR%%/dtcpclient.script
|
||||
@exec [ -f %D/etc/dtcpclient.script ] || cp %B/%f %D/etc/dtcpclient.script
|
||||
@sample %%EXAMPLESDIR%%/dtcpclient.script etc/dtcpclient.script
|
||||
|
|
Loading…
Reference in a new issue