Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2007 23:20:31 GMT
From:      Erik Greenwald <erik@smluc.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/108194: ports/lang/gauche doesn't install docs properly
Message-ID:  <200702072320.l17NKV3N011403@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/108194; it has been noted by GNATS.

From: Erik Greenwald <erik@smluc.org>
To: bug-followup@freebsd.org
Cc: ino-qc@spotteswoode.de.eu.org, edwin@freebsd.org,
	erik@math.missouristate.edu
Subject: Re: ports/108194: ports/lang/gauche doesn't install docs properly
Date: Wed, 7 Feb 2007 16:53:19 -0600

 Actually, 'install' in the dist's doc/ should be ignored. That's handled
 in the port Makefile's post-install area, so it can respect the
 NOPORTDOCS flag. Here is a patch that installs the missing info files.
 
 As far as html docs, I'm not sure I want to induce the dependancy. I may
 include it as a config option in the next release, though?
 
 Thanks much!
 
 	-Erik
 
 --- gauche-patch begins here ---
 Index: lang/gauche/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/lang/gauche/Makefile,v
 retrieving revision 1.43
 diff -u -r1.43 Makefile
 --- lang/gauche/Makefile	19 Jan 2007 08:40:39 -0000	1.43
 +++ lang/gauche/Makefile	7 Feb 2007 22:07:12 -0000
 @@ -62,10 +62,9 @@
  	${TOUCH} ${DOCSDIR}/.keepme
  	${MKDIR} ${EXAMPLESDIR}
  	${TOUCH} ${EXAMPLESDIR}/.keepme
 -
  .if !defined(NOPORTDOCS)
  	${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${MANPREFIX}/man/man1/
 -	${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/info/
 +	${INSTALL_DATA} ${WRKSRC}/doc/*.info ${WRKSRC}/doc/*.info-[1-6] ${PREFIX}/info/
  .endif
  
  .include <bsd.port.post.mk>
 --- gauche-patch ends here ---



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