mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
dns/pear-Net_DNS2: Install more files
- Bump PORTREVISION for package change PR: 270822 Reported by: John Levine <freebsd@m.jl.ly>
This commit is contained in:
parent
aa469725eb
commit
c60556fc50
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= Net_DNS2
|
||||
PORTVERSION= 1.5.4
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns net pear
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -19,4 +20,11 @@ GH_PROJECT= netdns2
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= ${PEARDIR}/Net/DNS2/Names.php \
|
||||
${PEARDIR}/Net/DNS2/RR/ZONEMD.php
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/Net/DNS2/Names.php ${STAGEDIR}${PEARDIR}/Net/DNS2/Names.php
|
||||
${INSTALL_DATA} ${WRKSRC}/Net/DNS2/RR/ZONEMD.php ${STAGEDIR}${PEARDIR}/Net/DNS2/RR/ZONEMD.php
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue