Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2008 18:32:03 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        umeno@rr.iij4u.or.jp
Subject:   ports/126777: [PATCH] games/quit: respect NOPORTDOCS
Message-ID:  <200808241032.m7OAW3jL006681@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200808241040.m7OAe3tW061900@freefall.freebsd.org>

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

>Number:         126777
>Category:       ports
>Synopsis:       [PATCH] games/quit: respect NOPORTDOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 24 10:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Respect NOPORTDOCS in Makefile so that this port builds when NOPORTDOCS is
  set

Port maintainer (umeno@rr.iij4u.or.jp) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- quit-1.2a.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/quit/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	2 Sep 2005 12:38:15 -0000	1.4
+++ Makefile	24 Aug 2008 10:31:30 -0000
@@ -25,7 +25,9 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/quit ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/quit.1 ${MAN1PREFIX}/man/ja/man1
+.if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/quit.txt ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
--- quit-1.2a.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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