aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf262
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-07-28 20:55:46 +0000
committerAde Lovett <ade@FreeBSD.org>2007-07-28 20:55:46 +0000
commit8e49fb740d4abc1bbd5da04011ef8f14764870a1 (patch)
treecb7b6f5472b5f51e8999778c3b7c4278e11b998e /devel/autoconf262
parent88b2bbe18e36e078ee2b4b5fc1a369f57ed9d731 (diff)
downloadports-8e49fb740d4abc1bbd5da04011ef8f14764870a1.tar.gz
ports-8e49fb740d4abc1bbd5da04011ef8f14764870a1.zip
Notes
Diffstat (limited to 'devel/autoconf262')
-rw-r--r--devel/autoconf262/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile
index 5329a1e3bcb6..d353aba35fe0 100644
--- a/devel/autoconf262/Makefile
+++ b/devel/autoconf262/Makefile
@@ -7,7 +7,7 @@
PORTNAME= autoconf
PORTVERSION= 2.61
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= autoconf
@@ -42,11 +42,10 @@ MAN1_PAGES= ${GENERIC_LINKS} config.guess config.sub
MAN1= ${MAN1_PAGES:S/$/-${BUILD_VERSION}.1/g}
post-patch:
- @(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1${BUILD_VERSION},' configure)
@(cd ${WRKSRC}/man && \
for file in *.[1x]; do \
- ${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2${BUILD_VERSION},g ; \
- s,(config\.guess|config\.sub|ifnames),\1${BUILD_VERSION},g' $$file ; \
+ ${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2-${BUILD_VERSION},g ; \
+ s,(config\.guess|config\.sub|ifnames),\1-${BUILD_VERSION},g' $$file ; \
done)
@(cd ${WRKSRC}/doc && \
${RM} -f *.info && \