1
0
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:
John Marino 2014-08-13 20:16:14 +00:00
parent 085b45b44a
commit 9f8b1067ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364806
2 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -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