Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Feb 2020 11:25:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527411 - head/net/pygopherd
Message-ID:  <202002291125.01TBP5X9081250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 29 11:25:05 2020
New Revision: 527411
URL: https://svnweb.freebsd.org/changeset/ports/527411

Log:
  Reset maintainership
  
  - While I'm here:
    - Pet portlint: move DISTVERSIONPREFIX upward
    - Update manpage location (r523104)
  
  PR:		244482
  Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)

Modified:
  head/net/pygopherd/Makefile

Modified: head/net/pygopherd/Makefile
==============================================================================
--- head/net/pygopherd/Makefile	Sat Feb 29 11:24:59 2020	(r527410)
+++ head/net/pygopherd/Makefile	Sat Feb 29 11:25:05 2020	(r527411)
@@ -3,10 +3,10 @@
 
 PORTNAME=	pygopherd
 PORTVERSION=	2.0.18.4
-CATEGORIES=	net python
 DISTVERSIONPREFIX=	debian/
+CATEGORIES=	net python
 
-MAINTAINER=	neel@neelc.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Multiprotocol Information Server
 
 LICENSE=	GPLv2
@@ -31,6 +31,6 @@ post-patch:
 	@${MV} ${WRKSRC}/conf/pygopherd.conf ${WRKSRC}/conf/pygopherd.conf.sample
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/doc/pygopherd.8 ${STAGEDIR}${MANPREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/doc/pygopherd.8 ${STAGEDIR}${PREFIX}/share/man/man8
 
 .include <bsd.port.mk>



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