diff options
author | matusita <matusita@FreeBSD.org> | 2003-06-17 12:01:17 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2003-06-17 12:01:17 +0000 |
commit | 7ed024be599e1302d9dffc4fb0897403d40a4025 (patch) | |
tree | 132e517450ac5e43e7eeaf20b29f68c157808b1f /www/aswiki | |
parent | 1ea09c43889a5e66912933ae395ae7f1d83fc039 (diff) | |
download | FreeBSD-ports-7ed024be599e1302d9dffc4fb0897403d40a4025.zip FreeBSD-ports-7ed024be599e1302d9dffc4fb0897403d40a4025.tar.gz |
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 14eefb9..6c2f823 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} |