Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2016 10:44:24 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r419358 - branches/2016Q3/dns/dnsviz
Message-ID:  <201607311044.u6VAiOh3012844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jul 31 10:44:24 2016
New Revision: 419358
URL: https://svnweb.freebsd.org/changeset/ports/419358

Log:
  dns/dnsviz: fix man pages
  
  Man pages are installed to the wrong directory. Consequently, they are not
  compressed and also don't work. Fix is simple and attached.
  
  PR:		211294
  MFH:		r419314
  Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2016Q3/dns/dnsviz/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/dns/dnsviz/Makefile
==============================================================================
--- branches/2016Q3/dns/dnsviz/Makefile	Sun Jul 31 10:35:33 2016	(r419357)
+++ branches/2016Q3/dns/dnsviz/Makefile	Sun Jul 31 10:44:24 2016	(r419358)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dnsviz
 PORTVERSION=	0.5.4
+PORTREVISION=	1
 DISTVERSIONPREFIX=v
 CATEGORIES=	dns
 
@@ -21,4 +22,7 @@ PYDISTUTILS_INSTALLNOSINGLE=	yes
 
 BROKEN_FreeBSD_9=	dependency py-m2crypto requires OpenSSL 1.0.1e+.
 
+post-patch:
+	@${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607311044.u6VAiOh3012844>