Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 12:25:17 -0500 (EST)
From:      "J.R. Oldroyd" <fbsd@opal.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186100: net/pload: fix man page installation
Message-ID:  <201401251725.s0PHPHO4012633@shibato.opal.com>
Resent-Message-ID: <201401251800.s0PI00Gm079942@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186100
>Category:       ports
>Synopsis:       net/pload: fix man page installation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 25 18:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     J.R. Oldroyd
>Release:        FreeBSD 9.2-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD xx.opal.com 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #3 r258746: Fri Nov 29 12:15:41 EST 2013 xx@xx.opal.com:/usr/src/sys/amd64/compile/GENERIC amd64
>Description:
Poudriere has flagged an error with installing the man page.
This fixes it.
>How-To-Repeat:
n/a
>Fix:
diff -ruN pload.old/Makefile pload/Makefile
--- pload.old/Makefile	2014-01-22 12:00:46.000000000 -0500
+++ pload/Makefile	2014-01-25 12:21:14.000000000 -0500
@@ -3,7 +3,7 @@
 
 PORTNAME=	pload
 PORTVERSION=	0.9.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net sysutils
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://opal.com/jr/freebsd/ports/net/pload/
@@ -21,4 +21,10 @@
 PLIST_FILES=	bin/pload
 
 NO_STAGE=	yes
+
+.if !defined(NOPORTDOCS)
+post-install:
+		@(cd ${WRKSRC}; ${MAKE} install.man)
+.endif
+
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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