mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
dns/idnkit: Fix sample files in pkg-plist
PR: 192631 Submitted by: michelle
This commit is contained in:
parent
085b45b44a
commit
9f8b1067ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364806
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= idnkit
|
PORTNAME= idnkit
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= http://www.nic.ad.jp/ja/idn/idnkit/download/sources/
|
MASTER_SITES= http://www.nic.ad.jp/ja/idn/idnkit/download/sources/
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
bin/idnconv
|
bin/idnconv
|
||||||
bin/runidn
|
bin/runidn
|
||||||
@unexec if cmp -s %D/etc/idn.conf %D/etc/idn.conf.sample; then rm -f %D/etc/idn.conf; fi
|
@sample etc/idn.conf.sample
|
||||||
etc/idn.conf.sample
|
@sample etc/idnalias.conf.sample
|
||||||
@exec [ ! -f %B/idn.conf ] && cp %B/%f %B/idn.conf
|
|
||||||
@unexec if cmp -s %D/etc/idnalias.conf %D/etc/idnalias.conf.sample; then rm -f %D/etc/idnalias.conf; fi
|
|
||||||
etc/idnalias.conf.sample
|
|
||||||
@exec [ ! -f %B/idnalias.conf ] && cp %B/%f %B/idnalias.conf
|
|
||||||
include/idn/api.h
|
include/idn/api.h
|
||||||
include/idn/assert.h
|
include/idn/assert.h
|
||||||
include/idn/checker.h
|
include/idn/checker.h
|
||||||
|
Loading…
Reference in New Issue
Block a user