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:
Po-Chuan Hsieh 2023-12-25 17:03:08 +08:00
parent aa469725eb
commit c60556fc50
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 8 additions and 0 deletions

View File

@ -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>