ports/126777: [PATCH] games/quit: respect NOPORTDOCS

Rong-En Fan rafan at FreeBSD.org
Sun Aug 24 10:40:03 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list