diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-16 19:11:11 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-16 19:11:11 +0000 |
commit | b9d2674c2d6f78f6cc1b89a9355c09ae4a9e16b1 (patch) | |
tree | 3f32c4fa3230aead0016b24e68711b514616b9e1 /converters/libiconv/Makefile | |
parent | 275673ba5e814377b8f5315752d7d2af44cbbf7c (diff) | |
download | FreeBSD-ports-b9d2674c2d6f78f6cc1b89a9355c09ae4a9e16b1.zip FreeBSD-ports-b9d2674c2d6f78f6cc1b89a9355c09ae4a9e16b1.tar.gz |
Update to 1.8, and retain shared lib version of 3.
Reviewed by: sobomax
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 12 |
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> |