mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -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
|
||||
PORTVERSION= 20110809
|
||||
PORTVERSION= 20110809.2
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/}
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://hack.org/mc/hacks/radns/
|
||||
|
||||
|
@ -28,22 +29,15 @@ MAN8= radns.8
|
|||
|
||||
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:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR}
|
||||
@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
||||
@${INSTALL_MAN} ${WRKSRC}/README.FreeBSD ${DOCSDIR}
|
||||
@${INSTALL_MAN} ${WRKSRC}/NEWS ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (radns-20110809.tar.bz2) = 1a501c40c15008f0581a4d8616e261b0b4e851a04c52cdad490bcb581c7e81dd
|
||||
SIZE (radns-20110809.tar.bz2) = 19966
|
||||
SHA256 (radns-20110809-2.tar.bz2) = 7165d77d8620ae49e13b8dc85e38960ea0ee50886084af9c0093a09d13cb6051
|
||||
SIZE (radns-20110809-2.tar.bz2) = 19987
|
||||
|
|
Loading…
Add table
Reference in a new issue