mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
dns/udns: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
458a012cfb
commit
176bc1b1b2
@ -1,6 +1,6 @@
|
||||
PORTNAME= udns
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.corpit.ru/mjt/udns/
|
||||
|
||||
@ -45,10 +45,10 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dnsget_s ${STAGEDIR}${PREFIX}/bin/dnsget
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rblcheck_s ${STAGEDIR}${PREFIX}/bin/rblcheck
|
||||
.for FILE in dnsget.1 rblcheck.1
|
||||
${INSTALL_MAN} ${WRKSRC}/${FILE} ${STAGEDIR}${MANPREFIX}/man/man1/${FILE}
|
||||
${INSTALL_MAN} ${WRKSRC}/${FILE} ${STAGEDIR}${PREFIX}/share/man/man1/${FILE}
|
||||
.endfor
|
||||
.for FILE in udns.3
|
||||
${INSTALL_MAN} ${WRKSRC}/${FILE} ${STAGEDIR}${MANPREFIX}/man/man3/${FILE}
|
||||
${INSTALL_MAN} ${WRKSRC}/${FILE} ${STAGEDIR}${PREFIX}/share/man/man3/${FILE}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
|
@ -5,6 +5,6 @@ lib/libudns.a
|
||||
lib/libudns.so
|
||||
lib/libudns.so.0
|
||||
libdata/pkgconfig/libudns.pc
|
||||
man/man1/dnsget.1.gz
|
||||
man/man1/rblcheck.1.gz
|
||||
man/man3/udns.3.gz
|
||||
share/man/man1/dnsget.1.gz
|
||||
share/man/man1/rblcheck.1.gz
|
||||
share/man/man3/udns.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user