mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
dns/udns: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
458a012cfb
commit
176bc1b1b2
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= udns
|
PORTNAME= udns
|
||||||
PORTVERSION= 0.4
|
PORTVERSION= 0.4
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= http://www.corpit.ru/mjt/udns/
|
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}/dnsget_s ${STAGEDIR}${PREFIX}/bin/dnsget
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/rblcheck_s ${STAGEDIR}${PREFIX}/bin/rblcheck
|
${INSTALL_PROGRAM} ${WRKSRC}/rblcheck_s ${STAGEDIR}${PREFIX}/bin/rblcheck
|
||||||
.for FILE in dnsget.1 rblcheck.1
|
.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
|
.endfor
|
||||||
.for FILE in udns.3
|
.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
|
.endfor
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -5,6 +5,6 @@ lib/libudns.a
|
||||||
lib/libudns.so
|
lib/libudns.so
|
||||||
lib/libudns.so.0
|
lib/libudns.so.0
|
||||||
libdata/pkgconfig/libudns.pc
|
libdata/pkgconfig/libudns.pc
|
||||||
man/man1/dnsget.1.gz
|
share/man/man1/dnsget.1.gz
|
||||||
man/man1/rblcheck.1.gz
|
share/man/man1/rblcheck.1.gz
|
||||||
man/man3/udns.3.gz
|
share/man/man3/udns.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue