diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 03:23:24 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 03:23:24 +0800 |
commit | dbeb8d95df45ebc92cc1b8e6252793c08ac5070a (patch) | |
tree | e2715d6c9595e25da79d8bb0b4341f2a5c8d82a4 /converters/libiconv/Makefile | |
parent | 0e91f27a663eba282d7db906e4c332590516600e (diff) | |
download | freebsd-ports-gnome-dbeb8d95df45ebc92cc1b8e6252793c08ac5070a.tar.gz freebsd-ports-gnome-dbeb8d95df45ebc92cc1b8e6252793c08ac5070a.tar.zst freebsd-ports-gnome-dbeb8d95df45ebc92cc1b8e6252793c08ac5070a.zip |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 8851b616999b..23550e95f671 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -3,7 +3,7 @@ PORTNAME= libiconv PORTVERSION= 1.14 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= converters devel MASTER_SITES= GNU @@ -38,7 +38,4 @@ post-patch: ${WRKSRC}/libcharset/configure \ ${WRKSRC}/preload/configure -post-install: - ${LN} -s libiconv.so.2 ${STAGEDIR}${PREFIX}/lib/libiconv.so.3 - .include <bsd.port.mk> |