diff options
author | Steve Wills <swills@FreeBSD.org> | 2020-03-17 12:34:04 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2020-03-17 12:34:04 +0000 |
commit | 65b94ecdc27e088fd7697aa18594100c16700258 (patch) | |
tree | 3348b50ca567543805576efd4b025486963668ec | |
parent | lang/go14: Remove port (diff) |
dns/inadyn-mt: update REINPLACE_CMD
-rw-r--r-- | dns/inadyn-mt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/inadyn-mt/Makefile b/dns/inadyn-mt/Makefile index 95837ae20307..5e39975baaf2 100644 --- a/dns/inadyn-mt/Makefile +++ b/dns/inadyn-mt/Makefile @@ -32,8 +32,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" \ - ${WRKSRC}/man/inadyn-mt.8 ${WRKSRC}/readme.html \ - ${WRKSRC}/src/dyndns.h + ${WRKSRC}/readme.html ${WRKSRC}/src/dyndns.h pre-configure: @${REINPLACE_CMD} -e "s,INSTALL_PREFIX=.*,,g" ${WRKSRC}/configure.ac |