Date: Thu, 7 Apr 2005 10:40:09 GMT From: Sam Lawrance <boris@brooknet.com.au> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/79620: [PATCH] lang/gauche: add PORTDOCS dir for benefit of other ports Message-ID: <200504071040.j37Ae95I052405@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/79620; it has been noted by GNATS. From: Sam Lawrance <boris@brooknet.com.au> To: FreeBSD-gnats-submit@FreeBSD.org Cc: erik@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%% +@dirrm %%EXAMPLESDIR%% --=-X2OoXd0Uo4Of+Ib4xilg--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504071040.j37Ae95I052405>