[Midnightbsd-cvs] mports [16326] trunk/converters/libiconv: man page
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 13 20:58:21 EDT 2014
Revision: 16326
http://svnweb.midnightbsd.org/mports/?rev=16326
Author: laffer1
Date: 2014-04-13 20:58:20 -0400 (Sun, 13 Apr 2014)
Log Message:
-----------
man page
Modified Paths:
--------------
trunk/converters/libiconv/Makefile
trunk/converters/libiconv/pkg-plist
Modified: trunk/converters/libiconv/Makefile
===================================================================
--- trunk/converters/libiconv/Makefile 2014-04-14 00:55:19 UTC (rev 16325)
+++ trunk/converters/libiconv/Makefile 2014-04-14 00:58:20 UTC (rev 16326)
@@ -2,7 +2,7 @@
PORTNAME= libiconv
PORTVERSION= 1.14
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= converters devel
MASTER_SITES= GNU
@@ -23,9 +23,6 @@
am_cv_proto_iconv_arg1="const"
MAKE_JOBS_UNSAFE= yes
-MAN1= iconv.1
-MAN3= iconv.3 iconv_open.3 iconv_open_into.3 iconv_close.3 iconvctl.3
-
OPTIONS_DEFINE= ENCODINGS PATCHES
OPTIONS_DEFAULT=ENCODINGS
ENCODINGS_DESC= Include extra character sets
Modified: trunk/converters/libiconv/pkg-plist
===================================================================
--- trunk/converters/libiconv/pkg-plist 2014-04-14 00:55:19 UTC (rev 16325)
+++ trunk/converters/libiconv/pkg-plist 2014-04-14 00:58:20 UTC (rev 16326)
@@ -2,6 +2,7 @@
include/iconv.h
include/libcharset.h
include/localcharset.h
+lib/charset.alias
lib/libcharset.a
lib/libcharset.la
lib/libcharset.so
@@ -10,11 +11,16 @@
lib/libiconv.la
lib/libiconv.so
lib/libiconv.so.3
-lib/charset.alias
-%%DOCSDIR%%/iconv.1.html
-%%DOCSDIR%%/iconv.3.html
-%%DOCSDIR%%/iconv_close.3.html
-%%DOCSDIR%%/iconv_open.3.html
-%%DOCSDIR%%/iconv_open_into.3.html
-%%DOCSDIR%%/iconvctl.3.html
- at dirrm %%DOCSDIR%%
+man/man1/iconv.1.gz
+man/man3/iconv.3.gz
+man/man3/iconv_open.3.gz
+man/man3/iconv_open_into.3.gz
+man/man3/iconv_close.3.gz
+man/man3/iconvctl.3.gz
+%%PORTDOCS%%%%DOCSDIR%%/iconv.1.html
+%%PORTDOCS%%%%DOCSDIR%%/iconv.3.html
+%%PORTDOCS%%%%DOCSDIR%%/iconv_close.3.html
+%%PORTDOCS%%%%DOCSDIR%%/iconv_open.3.html
+%%PORTDOCS%%%%DOCSDIR%%/iconv_open_into.3.html
+%%PORTDOCS%%%%DOCSDIR%%/iconvctl.3.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
More information about the Midnightbsd-cvs
mailing list