diff options
Diffstat (limited to 'dns/knot2/Makefile')
-rw-r--r-- | dns/knot2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 39a4d2f6249d..d2f16b91dcb5 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -64,7 +64,7 @@ post-patch: ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} 's|$$(INSTALL) -d $$(DESTDIR)/\@storage_dir\@|#$$(INSTALL) -d $$(DESTDIR)/\@storage_dir\@|' \ ${WRKSRC}/src/Makefile.in - @${RM} -rf ${WRKSRC}/src/zscanner/scanner.c + @${RM} -r ${WRKSRC}/src/zscanner/scanner.c post-install: ${MV} ${STAGEDIR}${ETCDIR}/knot.sample.conf \ |