summaryrefslogtreecommitdiffstats
path: root/converters/libiconv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r--converters/libiconv/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index 6e37ae6..638de3d 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -6,14 +6,10 @@
#
PORTNAME= libiconv
-PORTVERSION= 1.7.0.1
+PORTVERSION= 1.8
CATEGORIES= converters devel
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://www.marcuscom.com/downloads/ \
- ftp://ftp.ilog.fr/pub/Users/haible/gnu/ \
- ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= marcus \
- ${PORTNAME}
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gnome@FreeBSD.org
@@ -36,6 +32,6 @@ GPERF= /usr/bin/gperf
.endif
pre-build:
- @cd ${WRKSRC} ; ${GPERF} -t -L ANSI-C -H aliases_hash -N aliases_lookup -7 -C -k '1,3-11,$$' -i 1 lib/aliases.gperf > lib/aliases.h
+ @cd ${WRKSRC} ; ${GPERF} -t -L ANSI-C -H aliases_hash -N aliases_lookup -G -W aliases -7 -C -k '1,3-11,$$' -i 1 lib/aliases.gperf > lib/aliases.h
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud