mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Update to 20110809-2
- Builds now on 9.x, drop conditional - while here use include of bpm and loop on portdocs PR: ports/165388 Submitted by: maintainer, mc@hack.org
This commit is contained in:
parent
50cb0fecf4
commit
4eed42b968
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292081
2 changed files with 8 additions and 14 deletions
|
@ -6,7 +6,8 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= radns
|
PORTNAME= radns
|
||||||
PORTVERSION= 20110809
|
PORTVERSION= 20110809.2
|
||||||
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/}
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
MASTER_SITES= http://hack.org/mc/hacks/radns/
|
MASTER_SITES= http://hack.org/mc/hacks/radns/
|
||||||
|
|
||||||
|
@ -28,22 +29,15 @@ MAN8= radns.8
|
||||||
|
|
||||||
PORTDOCS= LICENSE README README.FreeBSD NEWS
|
PORTDOCS= LICENSE README README.FreeBSD NEWS
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${OSVERSION} >= 900000
|
|
||||||
BROKEN= does not compile on FreeBSD 9.X
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
|
@${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
@${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR}
|
.for i in ${PORTDOCS}
|
||||||
@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||||
@${INSTALL_MAN} ${WRKSRC}/README.FreeBSD ${DOCSDIR}
|
.endfor
|
||||||
@${INSTALL_MAN} ${WRKSRC}/NEWS ${DOCSDIR}
|
|
||||||
|
|
||||||
.endif
|
.endif
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (radns-20110809.tar.bz2) = 1a501c40c15008f0581a4d8616e261b0b4e851a04c52cdad490bcb581c7e81dd
|
SHA256 (radns-20110809-2.tar.bz2) = 7165d77d8620ae49e13b8dc85e38960ea0ee50886084af9c0093a09d13cb6051
|
||||||
SIZE (radns-20110809.tar.bz2) = 19966
|
SIZE (radns-20110809-2.tar.bz2) = 19987
|
||||||
|
|
Loading…
Add table
Reference in a new issue