diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-18 18:48:45 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-18 18:48:45 +0000 |
commit | add41e3a82ed37f68de969902e91f5a3478306be (patch) | |
tree | d3a345e660b89b32abe525dac1c73a900527cff7 /www/mod_log_firstbyte | |
parent | b3ec8aa81a967234ccfe07d2a30fbe352ed57f0a (diff) |
- fix build
Noticed by: erwin@
Notes
Notes:
svn path=/head/; revision=207536
Diffstat (limited to 'www/mod_log_firstbyte')
-rw-r--r-- | www/mod_log_firstbyte/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |