diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2003-06-21 07:52:05 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2003-06-21 07:52:05 +0000 |
commit | 3e79242e1220d2c8fbb4cb13c3dfd45b53159119 (patch) | |
tree | cfd31adece92b56e03b00786eeffba989160a004 /www | |
parent | 26dcded542400bdb1427f08d229df505b92abeef (diff) | |
download | ports-3e79242e1220d2c8fbb4cb13c3dfd45b53159119.tar.gz ports-3e79242e1220d2c8fbb4cb13c3dfd45b53159119.zip |
Notes
Diffstat (limited to 'www')
-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%% |