aboutsummaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2013-10-11 20:47:43 +0000
committerAde Lovett <ade@FreeBSD.org>2013-10-11 20:47:43 +0000
commit3fad9739069f05957fe1d52f40e50a3983e17996 (patch)
treef9ef598ab7ef2f5bbc35778e935b66fc44b50f88 /devel/libtool
parentccaf70012e506b724af4ae67622285b0281ebf87 (diff)
Notes
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile
index 7a3a34ad8f04..2de8103f1396 100644
--- a/devel/libtool/Makefile
+++ b/devel/libtool/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= libtool
PORTVERSION= 2.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtool
@@ -26,6 +26,10 @@ MAN1= libtool.1 libtoolize.1
.endif
NO_STAGE= yes
+
+post-extract:
+ @${RM} -f ${WRKSRC}/doc/*.info*
+
post-patch:
@${REINPLACE_CMD} -e 's|sed gsed|sed|g' \
-e 's|CC=cc|CC=${CC}|g' \