summaryrefslogtreecommitdiff
path: root/www/aswiki
diff options
context:
space:
mode:
authorMakoto Matsushita <matusita@FreeBSD.org>2003-06-21 07:52:05 +0000
committerMakoto Matsushita <matusita@FreeBSD.org>2003-06-21 07:52:05 +0000
commit3e79242e1220d2c8fbb4cb13c3dfd45b53159119 (patch)
treecfd31adece92b56e03b00786eeffba989160a004 /www/aswiki
parentUpdate to gnustep-1.7.1 / gui-8.7 (diff)
More typo fix.
Found by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
Notes
Notes: svn path=/head/; revision=83397
Diffstat (limited to 'www/aswiki')
-rw-r--r--www/aswiki/Makefile4
-rw-r--r--www/aswiki/pkg-plist10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/aswiki/Makefile b/www/aswiki/Makefile
index c10f5c4aeeb7..c58a44397cb1 100644
--- a/www/aswiki/Makefile
+++ b/www/aswiki/Makefile
@@ -7,7 +7,7 @@
PORTNAME= aswiki
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -32,7 +32,7 @@ post-extract:
post-patch:
${REINPLACE_CMD} -e "s|__DATADIR__|${DATADIR}|" ${WRKSRC}/setup.sh
- ${ECHO} "\$$DIR_TEMPLATE = '__DATADIR__/templete'" \
+ ${ECHO} "\$$DIR_TEMPLATE = '__DATADIR__/template'" \
>> ${WRKSRC}/aswiki.conf
${ECHO} "\$$DIR_PLUGIN = '__DATADIR__/plugin'" \
>> ${WRKSRC}/aswiki.conf
diff --git a/www/aswiki/pkg-plist b/www/aswiki/pkg-plist
index 333243baaee1..7baf8b87968a 100644
--- a/www/aswiki/pkg-plist
+++ b/www/aswiki/pkg-plist
@@ -23,14 +23,14 @@
%%DATADIR%%/aswiki.cgi
%%DATADIR%%/aswiki.conf
%%DATADIR%%/default.css
-%%DATADIR%%/setup
+%%DATADIR%%/setup.sh
%%DATADIR%%/plugin/2chbbs.rb
%%DATADIR%%/plugin/attach.rb
%%DATADIR%%/plugin/core.rb
%%DATADIR%%/plugin/demo.rb
-%%DATADIR%%/templete/Node.html
-%%DATADIR%%/templete/PageBase.html
-%%DATADIR%%/templete/RSS.xml
+%%DATADIR%%/template/Node.html
+%%DATADIR%%/template/PageBase.html
+%%DATADIR%%/template/RSS.xml
%%DATADIR%%/template/Page/Edit.html
%%DATADIR%%/template/Page/Error.html
%%DATADIR%%/template/Page/History.html
@@ -49,6 +49,6 @@
%%DATADIR%%/template/plugin/reverselinklist.html
@dirrm %%DATADIR%%/template/plugin
@dirrm %%DATADIR%%/template/Page
-@dirrm %%DATADIR%%/templete
+@dirrm %%DATADIR%%/template
@dirrm %%DATADIR%%/plugin
@dirrm %%DATADIR%%