svn commit: r527411 - head/net/pygopherd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 29 11:25:11 UTC 2020


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 at 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 at neelc.org
+MAINTAINER=	ports at 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>


More information about the svn-ports-all mailing list