diff options
author | matusita <matusita@FreeBSD.org> | 2003-06-21 15:52:05 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2003-06-21 15:52:05 +0800 |
commit | ffe440d60d4c20de1ead59362c7b9c2778b648d5 (patch) | |
tree | 41c85bd113d9e6e70fe78cdb7f9329e812fab220 /www/aswiki | |
parent | 6c32d825841981ad10f2e4464482741bfe0616d2 (diff) | |
download | freebsd-ports-gnome-ffe440d60d4c20de1ead59362c7b9c2778b648d5.tar.gz freebsd-ports-gnome-ffe440d60d4c20de1ead59362c7b9c2778b648d5.tar.zst freebsd-ports-gnome-ffe440d60d4c20de1ead59362c7b9c2778b648d5.zip |
More typo fix.
Found by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
Diffstat (limited to 'www/aswiki')
-rw-r--r-- | www/aswiki/Makefile | 4 | ||||
-rw-r--r-- | www/aswiki/pkg-plist | 10 |
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%% |