diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-10-06 22:45:08 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-10-06 22:45:08 +0000 |
commit | 7cae228b183c2635fe5445160c2babf418dd005e (patch) | |
tree | 79b872ffe7e23924ea6632a779fc8d7363b91f17 /devel/libtool-fixed/Makefile | |
parent | 3a2b65bc5dac2033b44694800dfb0042f6238bf0 (diff) |
Notes
Diffstat (limited to 'devel/libtool-fixed/Makefile')
-rw-r--r-- | devel/libtool-fixed/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libtool-fixed/Makefile b/devel/libtool-fixed/Makefile index 82dac9138866..15404837f2d6 100644 --- a/devel/libtool-fixed/Makefile +++ b/devel/libtool-fixed/Makefile @@ -7,6 +7,7 @@ PORTNAME= libtool PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool @@ -33,7 +34,12 @@ post-patch: -e 's|CC=cc|CC=${CC}|g' \ ${WRKSRC}/configure ${WRKSRC}/libltdl/configure @${REINPLACE_CMD} -e 's|freebsd1\*)|freebsd1.\*)|g' \ - ${WRKSRC}/configure ${WRKSRC}/libltdl/configure \ + -e 's|freebsd\[12\]\*)|freebsd[12].*)|g' \ + -e 's|freebsd\[123\]\*)|freebsd[123].*)|g' \ + ${WRKSRC}/configure ${WRKSRC}/libltdl/configure + @${REINPLACE_CMD} -e 's|freebsd1\*)|freebsd1.\*)|g' \ + -e 's|freebsd\[\[12\]\]\*)|freebsd[[12]].*)|g' \ + -e 's|freebsd\[\[123\]\]\*)|freebsd[[123]].*)|g' \ ${WRKSRC}/libltdl/m4/libtool.m4 post-configure: |