mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
converters/iconv: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
57729f39d0
commit
9c9de8e0ac
@ -1,6 +1,6 @@
|
||||
PORTNAME= iconv
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= LOCAL/bland
|
||||
|
||||
|
11
converters/iconv/files/patch-Makefile.inc
Normal file
11
converters/iconv/files/patch-Makefile.inc
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.inc.orig 2000-11-27 22:11:47 UTC
|
||||
+++ Makefile.inc
|
||||
@@ -3,7 +3,7 @@ ICONV_BUILTIN_CHARSETS = us-ascii utf-8 ucs-4-internal
|
||||
.endif
|
||||
|
||||
.if defined(PREFIX)
|
||||
-MANDIR = ${PREFIX}/man/man
|
||||
+MANDIR = ${PREFIX}/share/man/man
|
||||
NOOBJ =
|
||||
.else
|
||||
PREFIX = /usr
|
@ -13,10 +13,10 @@ libexec/iconv/iso-10646-ucs-2.so
|
||||
libexec/iconv/iso-10646-ucs-4.so
|
||||
libexec/iconv/ucs-2-internal.so
|
||||
libexec/iconv/utf-16.so
|
||||
man/man1/biconv.1.gz
|
||||
man/man3/biconv.3.gz
|
||||
man/man3/biconv_close.3.gz
|
||||
man/man3/biconv_open.3.gz
|
||||
share/man/man1/biconv.1.gz
|
||||
share/man/man3/biconv.3.gz
|
||||
share/man/man3/biconv_close.3.gz
|
||||
share/man/man3/biconv_open.3.gz
|
||||
%%DATADIR%%/big5.cct
|
||||
%%DATADIR%%/charset.aliases
|
||||
%%DATADIR%%/cns11643-plane1.cct
|
||||
|
Loading…
Reference in New Issue
Block a user