diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2003-06-17 12:01:17 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2003-06-17 12:01:17 +0000 |
commit | 75a3a8ab2fb9330458861624af9e591146340967 (patch) | |
tree | 061a331949ed6a712c24ebc95a549e8f761acd48 /www/aswiki | |
parent | libstatgrab doesn't compile on FreeBSD 5.x. This is a problem with the (diff) |
Typo fix. No contents changed, no bump.
Found by: kris
Diffstat (limited to 'www/aswiki')
-rw-r--r-- | www/aswiki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/aswiki/Makefile b/www/aswiki/Makefile index 14eefb984619..6c2f82331c9f 100644 --- a/www/aswiki/Makefile +++ b/www/aswiki/Makefile @@ -47,7 +47,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/aswiki.conf ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/default.css ${DATADIR} ${CP} -R ${WRKSRC}/plugin ${DATADIR} - ${CP} -R ${WRKSRC}/templete ${DATADIR} + ${CP} -R ${WRKSRC}/template ${DATADIR} # Setup script ${INSTALL_SCRIPT} ${WRKSRC}/setup.sh ${DATADIR} |