aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-25 09:03:08 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-12-25 09:03:08 +0000
commitc60556fc5089dc5a200f43a902fb4de932c86763 (patch)
treef4ee1e85c523757067de450550b25a9f46e07fc5
parentaa469725eb9acf665d738ca24ce02730a459eddb (diff)
downloadports-c60556fc5089dc5a200f43a902fb4de932c86763.tar.gz
ports-c60556fc5089dc5a200f43a902fb4de932c86763.zip
dns/pear-Net_DNS2: Install more files
- Bump PORTREVISION for package change PR: 270822 Reported by: John Levine <freebsd@m.jl.ly>
-rw-r--r--dns/pear-Net_DNS2/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/dns/pear-Net_DNS2/Makefile b/dns/pear-Net_DNS2/Makefile
index 206b4941e5e1..8ebac7ddafb0 100644
--- a/dns/pear-Net_DNS2/Makefile
+++ b/dns/pear-Net_DNS2/Makefile
@@ -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>