diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-09-08 09:02:59 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-09-08 09:02:59 +0000 |
commit | 9a5196245af04da077ca4b078ec42811fb49e878 (patch) | |
tree | 9b5f99f7b6ba60cc36d1504573df27d32816547b /www/mod_security21 | |
parent | cba2d507fbc227b1b2211e34f73df9fbdac2cba4 (diff) | |
download | ports-9a5196245af04da077ca4b078ec42811fb49e878.tar.gz ports-9a5196245af04da077ca4b078ec42811fb49e878.zip |
Notes
Diffstat (limited to 'www/mod_security21')
-rw-r--r-- | www/mod_security21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_security21/Makefile b/www/mod_security21/Makefile index b11669edba69..4ad9dd86b05c 100644 --- a/www/mod_security21/Makefile +++ b/www/mod_security21/Makefile @@ -77,7 +77,7 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${DOCS:S,^,${WRKSRCTOP}/,} ${DOCSDIR}/ - @(cd ${WRKSRC} && ${COPYTREE_SHARE} "doc rules" ${DOCSDIR}/) + @cd ${WRKSRC}/../ && ${COPYTREE_SHARE} "doc rules" ${DOCSDIR} .endif .if !defined(SKIP_RULES) @${INSTALL_DATA} ${WRKDIR}/mod_security2.conf ${PREFIX}/${APACHEETCDIR}/Includes/ |