ports/108194: ports/lang/gauche doesn't install docs properly

Erik Greenwald erik at smluc.org
Wed Feb 7 23:20:32 UTC 2007


The following reply was made to PR ports/108194; it has been noted by GNATS.

From: Erik Greenwald <erik at smluc.org>
To: bug-followup at freebsd.org
Cc: ino-qc at spotteswoode.de.eu.org, edwin at freebsd.org,
	erik at 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 ---



More information about the freebsd-ports-bugs mailing list