Skip to content

Commit

Permalink
dns/pear-Net_DNS2: Install more files
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

PR:		270822
Reported by:	John Levine <freebsd@m.jl.ly>
  • Loading branch information
sunpoet committed Dec 25, 2023
1 parent aa46972 commit c60556f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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
Expand All @@ -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>

0 comments on commit c60556f

Please sign in to comment.