Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2007 02:30:07 GMT
From:      Dima Panov <fluffy@ael.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/114624: www/phpbb-devel configuration removal on portupgrade
Message-ID:  <200707170230.l6H2U72X016223@freefall.freebsd.org>

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

From: Dima Panov <fluffy@ael.ru>
To: bug-followup@freebsd.org, frank@altpeter.de
Cc:  
Subject: Re: ports/114624: www/phpbb-devel configuration removal on portupgrade
Date: Tue, 17 Jul 2007 13:09:37 +1100

 Fix:
 
 Index: www/phpbb-devel/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/www/phpbb-devel/Makefile,v
 retrieving revision 1.3
 diff -u -r1.3 Makefile
 --- www/phpbb-devel/Makefile	16 Jul 2007 08:06:21 -0000	1.3
 +++ www/phpbb-devel/Makefile	16 Jul 2007 23:21:12 -0000
 @@ -55,7 +55,9 @@
  
  do-install:
  	@ ${MKDIR} -m 0775 ${PREFIX}/${PHPBBDIR}
 -	@ cd ${WRKSRC} && ${FIND} . -print | ${TAR} cTf - - | ${TAR} xUCf 
 ${PREFIX}/${PHPBBDIR} -
 +	@ cd ${WRKSRC} && ${FIND} * \( -name config.php \) -o -print \
 +	  | ${TAR} cTf - - | ${TAR} xUCf ${PREFIX}/${PHPBBDIR} -
 +	@ ${TOUCH} ${PREFIX}/${PHPBBDIR}/config.php
  	@ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${PHPBBDIR}
  
  post-install:
 
 -- 
 Дмитрий А. Панов
 
 Государственная Академия Экономики и Права
 Хабаровск, Россия



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