dns/idnkit: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
14334a2943
commit
69830be973
2 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= idnkit
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.nic.ad.jp/ja/idn/idnkit/download/sources/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
@ -16,6 +16,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|||
|
||||
USES= iconv libtool
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} \
|
||||
--enable-runidn \
|
||||
--enable-extra-ace
|
||||
|
|
|
@ -44,13 +44,13 @@ lib/libidnkitres.a
|
|||
lib/libidnkitres.so
|
||||
lib/libidnkitres.so.1
|
||||
lib/libidnkitres.so.1.0.1
|
||||
man/man1/idnconv.1.gz
|
||||
man/man1/runidn.1.gz
|
||||
man/man3/libidnkit.3.gz
|
||||
man/man3/libidnkitlite.3.gz
|
||||
man/man5/idn.conf.5.gz
|
||||
man/man5/idnalias.conf.5.gz
|
||||
man/man5/idnrc.5.gz
|
||||
share/man/man1/idnconv.1.gz
|
||||
share/man/man1/runidn.1.gz
|
||||
share/man/man3/libidnkit.3.gz
|
||||
share/man/man3/libidnkitlite.3.gz
|
||||
share/man/man5/idn.conf.5.gz
|
||||
share/man/man5/idnalias.conf.5.gz
|
||||
share/man/man5/idnrc.5.gz
|
||||
share/idnkit/jp.map
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
|
|
Loading…
Reference in a new issue