ports/79620: [PATCH] lang/gauche: add PORTDOCS dir for benefit of other ports

Sam Lawrance boris at brooknet.com.au
Thu Apr 7 10:40:09 UTC 2005


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

From: Sam Lawrance <boris at brooknet.com.au>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc: erik at smluc.org
Subject: Re: ports/79620: [PATCH] lang/gauche: add PORTDOCS dir for benefit
	of other ports
Date: Thu, 07 Apr 2005 20:36:25 +1000

 --=-X2OoXd0Uo4Of+Ib4xilg
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 Perhaps it would be a good idea for EXAMPLESDIR as well. Patch attached.
 We'll see what the maintainer thinks.
 
 
 --=-X2OoXd0Uo4Of+Ib4xilg
 Content-Disposition: attachment; filename=gauche_examples_as_well
 Content-Type: text/plain; name=gauche_examples_as_well; charset=ASCII
 Content-Transfer-Encoding: 7bit
 
 --- Makefile.orig	Thu Apr  7 20:13:29 2005
 +++ Makefile	Thu Apr  7 20:32:35 2005
 @@ -60,6 +60,8 @@
  	${MKDIR} ${PREFIX}/share/gauche/${PORTVERSION}/lib/.packages
  	${MKDIR} ${DOCSDIR}
  	${TOUCH} ${DOCSDIR}/.keepme
 +	${MKDIR} ${EXAMPLESDIR}
 +	${TOUCH} ${EXAMPLESDIR}/.keepme
  
  .if !defined(NOPORTDOCS)
  	${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${MANPREFIX}/man/man1/
 --- pkg-plist.orig	Thu Apr  7 18:11:01 2005
 +++ pkg-plist	Thu Apr  7 20:33:47 2005
 @@ -211,6 +211,7 @@
  share/gauche/%%VERSION%%/lib/www/cgi.scm
  share/gauche/site/lib/.keepme
  %%DOCSDIR%%/.keepme
 +%%EXAMPLESDIR%%/.keepme
  @dirrm share/gauche/site/lib
  @dirrm share/gauche/site
  @dirrm share/gauche/%%VERSION%%/lib/www
 @@ -246,3 +247,4 @@
  @dirrm lib/gauche/%%VERSION%%
  @dirrm lib/gauche
  @dirrm %%DOCSDIR%%
 + at dirrm %%EXAMPLESDIR%%
 
 --=-X2OoXd0Uo4Of+Ib4xilg--
 



More information about the freebsd-ports-bugs mailing list