svn commit: r527765 - head/net/pygopherd

Antoine Brodin antoine at FreeBSD.org
Wed Mar 4 15:46:10 UTC 2020


Author: antoine
Date: Wed Mar  4 15:46:09 2020
New Revision: 527765
URL: https://svnweb.freebsd.org/changeset/ports/527765

Log:
  Revert r527411 and unbreak
  
  Reported by:	pkg-fallout

Modified:
  head/net/pygopherd/Makefile

Modified: head/net/pygopherd/Makefile
==============================================================================
--- head/net/pygopherd/Makefile	Wed Mar  4 15:24:47 2020	(r527764)
+++ head/net/pygopherd/Makefile	Wed Mar  4 15:46:09 2020	(r527765)
@@ -3,10 +3,10 @@
 
 PORTNAME=	pygopherd
 PORTVERSION=	2.0.18.4
-DISTVERSIONPREFIX=	debian/
 CATEGORIES=	net python
+DISTVERSIONPREFIX=	debian/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	neel at neelc.org
 COMMENT=	Multiprotocol Information Server
 
 LICENSE=	GPLv2
@@ -34,6 +34,6 @@ post-patch:
 	@${MV} ${WRKSRC}/conf/pygopherd.conf ${WRKSRC}/conf/pygopherd.conf.sample
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/doc/pygopherd.8 ${STAGEDIR}${PREFIX}/share/man/man8
+	${INSTALL_MAN} ${WRKSRC}/doc/pygopherd.8 ${STAGEDIR}${MANPREFIX}/man/man8
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list