diff options
author | matusita <matusita@FreeBSD.org> | 2003-06-17 20:01:17 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2003-06-17 20:01:17 +0800 |
commit | 7ed024be599e1302d9dffc4fb0897403d40a4025 (patch) | |
tree | 132e517450ac5e43e7eeaf20b29f68c157808b1f /www/aswiki | |
parent | 1ea09c43889a5e66912933ae395ae7f1d83fc039 (diff) | |
download | freebsd-ports-gnome-7ed024be599e1302d9dffc4fb0897403d40a4025.tar.gz freebsd-ports-gnome-7ed024be599e1302d9dffc4fb0897403d40a4025.tar.zst freebsd-ports-gnome-7ed024be599e1302d9dffc4fb0897403d40a4025.zip |
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} |