Date: Fri, 27 Apr 2018 09:47:30 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 227802] dns/maradns: Update 2.0.15 Message-ID: <bug-227802-7788-LAXjPEnEBg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227802-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-227802-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227802 --- Comment #2 from Mathieu Arnold <mat@FreeBSD.org> --- For example, this: - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/*.8 ${STAGEDIR}${MANPREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/*.5 ${STAGEDIR}${MANPREFIX}/man/man5 +.for i in askmara.1 bind2csv2.1 getzone.1 fetchzone.1 mqhash.1\ + maradns.8 zoneserver.8 duende.8\ + mararc.5 csv1.5 csv2.5 csv2_txt.5 Deadwood.1 + ${INSTALL_MAN} ${WRKSRC}/doc/en/man/${i}\ + ${STAGEDIR}${MANPREFIX}/man/${i:C|.*\.|man|}/${i:C|\.*||} +.endfor Is absolutely ludicrous, the first one was very clear and easy to read, your new version is completely obfuscated. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227802-7788-LAXjPEnEBg>