diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-05 09:07:21 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-05 09:07:21 +0000 |
commit | eb3392969d4bbac1bf2d42f4d8030514410a9229 (patch) | |
tree | c170024d6ff0c63f1fce74f8a943e8e94ae77f0c /converters/ruby-iconv/Makefile | |
parent | Make pkg-message a bit more informative. (diff) |
- Use a static PORTEPOCH for a while. We have a problem with the variable
initialization order.
Reported by: many
Thanks to: pav
Notes
Notes:
svn path=/head/; revision=189263
Diffstat (limited to 'converters/ruby-iconv/Makefile')
-rw-r--r-- | converters/ruby-iconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile index 176b9b911a23..0fb0ade081bc 100644 --- a/converters/ruby-iconv/Makefile +++ b/converters/ruby-iconv/Makefile @@ -8,7 +8,7 @@ PORTNAME= iconv PORTVERSION= ${RUBY_PORTVERSION} PORTREVISION= ${RUBY_PORTREVISION} -PORTEPOCH= ${RUBY_PORTEPOCH} +PORTEPOCH= 1 CATEGORIES= converters ruby MASTER_SITES= #empty PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |