From add41e3a82ed37f68de969902e91f5a3478306be Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Mon, 18 Feb 2008 18:48:45 +0000 Subject: [PATCH] - fix build Noticed by: erwin@ --- www/mod_log_firstbyte/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/mod_log_firstbyte/Makefile b/www/mod_log_firstbyte/Makefile index e3675499d995..e811e7130830 100644 --- a/www/mod_log_firstbyte/Makefile +++ b/www/mod_log_firstbyte/Makefile @@ -21,7 +21,7 @@ DIST_SUBDIR= ${PORTNAME} do-extract: ${MKDIR} ${WRKSRC} - cd ${DISTDIR} && ${CP} ${DISTFILES} ${WRKSRC} + cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC} do-build: cd ${WRKSRC} && ${APXS} -c ${MOD}.c