From 3c575194e787172b558824beed9ca8c19a32682e Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 3 Mar 2014 21:15:30 +0000 Subject: Don't unconditionally install DOCS. PORTREVISION bump for plist change. PR: ports/186590 Approved by: maintainer --- converters/libiconv/Makefile | 2 +- converters/libiconv/pkg-plist | 14 +++++++------- 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%% -- cgit