diff options
Diffstat (limited to 'dns/pear-Net_DNS2/Makefile')
-rw-r--r-- | dns/pear-Net_DNS2/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/dns/pear-Net_DNS2/Makefile b/dns/pear-Net_DNS2/Makefile index 8ebac7ddafb0..e3fa54bf203b 100644 --- a/dns/pear-Net_DNS2/Makefile +++ b/dns/pear-Net_DNS2/Makefile @@ -1,7 +1,6 @@ PORTNAME= Net_DNS2 -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= dns net pear MAINTAINER= sunpoet@FreeBSD.org @@ -20,11 +19,4 @@ 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> |