diff options
author | leeym <leeym@FreeBSD.org> | 2008-02-19 02:48:45 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-02-19 02:48:45 +0800 |
commit | 234c77218cecd69cfb4fb8c63d46641b4959f5d8 (patch) | |
tree | bb31fe631fdc695402575478e748c492c3aabb93 /www | |
parent | 764ccde2e9c8cc6975899b9e430b87fcdc8d6b5e (diff) | |
download | freebsd-ports-gnome-234c77218cecd69cfb4fb8c63d46641b4959f5d8.tar.gz freebsd-ports-gnome-234c77218cecd69cfb4fb8c63d46641b4959f5d8.tar.zst freebsd-ports-gnome-234c77218cecd69cfb4fb8c63d46641b4959f5d8.zip |
- fix build
Noticed by: erwin@
Diffstat (limited to 'www')
-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 |