diff options
Diffstat (limited to 'dns/dnswall')
-rw-r--r-- | dns/dnswall/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index e5f499c518bc..a569f74a383c 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -24,6 +24,9 @@ AUTOFILES= depcomp install-sh missing PORTDOCS= README PLIST_FILES= bin/dnswall +post-patch: + @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 + pre-configure: .for f in ${AUTOFILES} @${RM} ${WRKSRC}/${f} |