1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Typo fix. No contents changed, no bump.

Found by: kris
This commit is contained in:
Makoto Matsushita 2003-06-17 12:01:17 +00:00
parent 4c01ca9423
commit 75a3a8ab2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83146

View File

@ -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}