aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2010-12-23 04:05:49 +0800
committerade <ade@FreeBSD.org>2010-12-23 04:05:49 +0800
commitb3eaac16d9d3e7dd232308127eb5799f815ef821 (patch)
treec68d1b2f0ef56bab6c4f255c67470c55cf424f79 /net
parent7ff69e2f85702b7c6b49ce09c3f75364c4e21f85 (diff)
downloadfreebsd-ports-graphics-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.gz
freebsd-ports-graphics-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.zst
freebsd-ports-graphics-b3eaac16d9d3e7dd232308127eb5799f815ef821.zip
Sync to final (for now) bsd.autotools.mk
Diffstat (limited to 'net')
-rw-r--r--net/gsambad/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gsambad/Makefile b/net/gsambad/Makefile
index 229e52e7f30..5d9d8b7a5d4 100644
--- a/net/gsambad/Makefile
+++ b/net/gsambad/Makefile
@@ -28,8 +28,10 @@ PORTDOCS= AUTHORS README ChangeLog COPYING
post-extract:
@${CP} ${FILESDIR}/crypt.h ${WRKSRC}/src/
+AUTOTOOLSFILES= aclocal.m4
+
post-patch:
- @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.61|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4
post-configure:
@${REINPLACE_CMD} -e "s:\<crypt.h\>:\"crypt.h\":" ${WRKSRC}/src/functions.c