aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-03-04 05:15:30 +0800
committeradamw <adamw@FreeBSD.org>2014-03-04 05:15:30 +0800
commit3c575194e787172b558824beed9ca8c19a32682e (patch)
tree431156318ed2bab6775be958b41707b204061df1
parent5d767f6a9c327953e99f5e2fc2244aeeb550a199 (diff)
downloadfreebsd-ports-gnome-3c575194e787172b558824beed9ca8c19a32682e.tar.gz
freebsd-ports-gnome-3c575194e787172b558824beed9ca8c19a32682e.tar.zst
freebsd-ports-gnome-3c575194e787172b558824beed9ca8c19a32682e.zip
Don't unconditionally install DOCS. PORTREVISION bump
for plist change. PR: ports/186590 Approved by: maintainer
-rw-r--r--converters/libiconv/Makefile2
-rw-r--r--converters/libiconv/pkg-plist14
2 files changed, 8 insertions, 8 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index 319664619d6c..b49ccb3bd2a3 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libiconv
PORTVERSION= 1.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters devel
MASTER_SITES= GNU
diff --git a/converters/libiconv/pkg-plist b/converters/libiconv/pkg-plist
index 252f2fb756b9..53336550c482 100644
--- a/converters/libiconv/pkg-plist
+++ b/converters/libiconv/pkg-plist
@@ -17,10 +17,10 @@ man/man3/iconv_open.3.gz
man/man3/iconv_open_into.3.gz
man/man3/iconv_close.3.gz
man/man3/iconvctl.3.gz
-%%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
-@dirrm %%DOCSDIR%%
+%%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%%