diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-30 09:23:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-30 09:23:33 +0000 |
commit | 22dba834b72c0d5a1a8fd32a9f1a856fd5c9f1d1 (patch) | |
tree | 2e8b545acc63bd825e7f8ffdec589d8ed5c0e582 /converters | |
parent | 6215e1467fc1113208e7f440dba098c31c8f61a8 (diff) | |
download | ports-22dba834b72c0d5a1a8fd32a9f1a856fd5c9f1d1.tar.gz ports-22dba834b72c0d5a1a8fd32a9f1a856fd5c9f1d1.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/iconv/Makefile | 7 | ||||
-rw-r--r-- | converters/iconv/pkg-plist | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index f779c7eb8e26..22c19191a0e2 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -7,6 +7,7 @@ PORTNAME= iconv PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/ @@ -19,4 +20,10 @@ MANCOMPRESSED= yes MAN1= iconv.1 MAN3= iconv.3 iconv_open.3 iconv_close.3 +.if defined(NOPROFILE) +PLIST_SUB= PROFILE:="@comment " +.else +PLIST_SUB= PROFILE:="" +.endif + .include <bsd.port.mk> diff --git a/converters/iconv/pkg-plist b/converters/iconv/pkg-plist index a8086ccadc2a..bccf37e8f3de 100644 --- a/converters/iconv/pkg-plist +++ b/converters/iconv/pkg-plist @@ -4,6 +4,7 @@ include/iconv.h lib/libiconv.a lib/libiconv.so lib/libiconv.so.2 +%%PROFILE:%%lib/libiconv_p.a libexec/iconv/euc-jp.so libexec/iconv/euc-kr.so libexec/iconv/euc-tw.so |