ports/114624: www/phpbb-devel configuration removal on portupgrade

Dima Panov fluffy at ael.ru
Tue Jul 17 02:30:08 UTC 2007


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

From: Dima Panov <fluffy at ael.ru>
To: bug-followup at freebsd.org, frank at 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:
 
 -- 
 Дмитрий А. Панов
 
 Государственная Академия Экономики и Права
 Хабаровск, Россия



More information about the freebsd-ports-bugs mailing list