Date: Mon, 13 Jan 2014 20:37:14 GMT From: Hardy Schumacher <hardy.schumacher@gmx.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/185758: [UPDATE] games/abe, fix issues reported by portlint Message-ID: <201401132037.s0DKbEZ8061166@oldred.freebsd.org> Resent-Message-ID: <201401132040.s0DKe0SO029648@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185758 >Category: ports >Synopsis: [UPDATE] games/abe, fix issues reported by portlint >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 13 20:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Hardy Schumacher >Release: FreeBSD-9.2 >Organization: >Environment: FreeBSD gamma.low.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255996: Thu Oct 3 20:40:04 CEST 2013 root@gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA i386 >Description: Portlint reported issues related to missing entries required by new options framework. >How-To-Repeat: n/a >Fix: Patch attached with submission follows: diff -ruN /usr/ports/games/abe/Makefile ./abe/Makefile --- /usr/ports/games/abe/Makefile 2013-11-23 18:15:58.000000000 +0100 +++ ./abe/Makefile 2014-01-13 21:33:47.000000000 +0100 @@ -57,7 +57,9 @@ @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} +.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?201401132037.s0DKbEZ8061166>