Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2003 03:50:26 -0800 (PST)
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/58654: [maintainer update] www/apache2: update to 2.0.48 and more...
Message-ID:  <200310291150.h9TBoQhm064962@freefall.freebsd.org>

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

From: Clement Laforet <sheepkiller@cultdeadsheep.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/58654: [maintainer update] www/apache2: update to 2.0.48
 and more...
Date: Wed, 29 Oct 2003 12:48:15 +0100

 Fix post-extract error due to DIST_SUBDIR=apache
 
 --- Makefile.orig	Wed Oct 29 12:04:57 2003
 +++ Makefile	Wed Oct 29 12:05:24 2003
 @@ -193,7 +193,7 @@
  	@${ECHO_MSG}	""
  
  post-extract:
 -	@${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif
 +	@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif
  
  post-patch:
  	@cd ${WRKSRC}/docs/docroot && \



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