Browse Source

converters/iconv: Move man pages to share/man

Approved by:	portmgr (blanket)
overlay
Yasuhiro Kimura 1 year ago
parent
commit
9c9de8e0ac
  1. 2
      converters/iconv/Makefile
  2. 11
      converters/iconv/files/patch-Makefile.inc
  3. 8
      converters/iconv/pkg-plist

2
converters/iconv/Makefile

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

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

8
converters/iconv/pkg-plist

@ -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…
Cancel
Save