summaryrefslogtreecommitdiffstats
path: root/devel/automake18
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-07-07 00:56:44 +0000
committerade <ade@FreeBSD.org>2004-07-07 00:56:44 +0000
commitdbc8b662b079ae17cdd787a945bad0f2aef17149 (patch)
treed7424b24dd8020a399ebba4bdf655bec609fcbb1 /devel/automake18
parentdad825f9e7473d8fc83a731a53a3f310fcf86014 (diff)
downloadFreeBSD-ports-dbc8b662b079ae17cdd787a945bad0f2aef17149.zip
FreeBSD-ports-dbc8b662b079ae17cdd787a945bad0f2aef17149.tar.gz
Expand %%X11BASE%% to the appropriate ${X11BASE} value in aclocal, so
that it can actually find files in ${X11BASE}/share/aclocal if need be.
Diffstat (limited to 'devel/automake18')
-rw-r--r--devel/automake18/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/automake18/Makefile b/devel/automake18/Makefile
index f4dfd2c..83d3bda 100644
--- a/devel/automake18/Makefile
+++ b/devel/automake18/Makefile
@@ -7,6 +7,7 @@
PORTNAME= automake
PORTVERSION= 1.8.5
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= automake
@@ -45,5 +46,6 @@ post-patch:
${REINPLACE_CMD} -E 's,(automake)\.(info),\1${BUILD_VERSION}\.\2,g' automake${BUILD_VERSION}.texi && \
${REINPLACE_CMD} -E 's,(automake)\.(info|texi),\1${BUILD_VERSION}\.\2,g' Makefile.in \
)
+ @${REINPLACE_CMD} -e 's,%%X11BASE%%,${X11BASE},g' ${WRKSRC}/aclocal.in
.include <bsd.port.mk>
OpenPOWER on IntegriCloud