Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jul 2016 12:01:20 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419314 - head/dns/dnsviz
Message-ID:  <201607301201.u6UC1Krj004935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Jul 30 12:01:20 2016
New Revision: 419314
URL: https://svnweb.freebsd.org/changeset/ports/419314

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
  Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>

Modified:
  head/dns/dnsviz/Makefile

Modified: head/dns/dnsviz/Makefile
==============================================================================
--- head/dns/dnsviz/Makefile	Sat Jul 30 11:41:42 2016	(r419313)
+++ head/dns/dnsviz/Makefile	Sat Jul 30 12:01:20 2016	(r419314)
@@ -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?201607301201.u6UC1Krj004935>