diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-05-27 01:12:09 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-05-27 01:12:09 +0000 |
commit | 71c7bcbf973e2823b79c0582426d8b6b26ca956a (patch) | |
tree | 06f12902d54ebd4f9cc41cd6457cb49057a6010a /www/hiawatha/pkg-plist | |
parent | 0d03038b15d8ec54e97bf8d0132ce03b7f97f3a8 (diff) | |
download | ports-71c7bcbf973e2823b79c0582426d8b6b26ca956a.tar.gz ports-71c7bcbf973e2823b79c0582426d8b6b26ca956a.zip |
Notes
Diffstat (limited to 'www/hiawatha/pkg-plist')
-rw-r--r-- | www/hiawatha/pkg-plist | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/hiawatha/pkg-plist b/www/hiawatha/pkg-plist index 9466a96715f6..fda3e752b9a3 100644 --- a/www/hiawatha/pkg-plist +++ b/www/hiawatha/pkg-plist @@ -23,13 +23,3 @@ sbin/wigwam %%WWWDIR%%/index.hiawatha.html @exec if [ ! -f %D/www/hiawatha/index.html ] ; then cp -p %D/%F %%WWWDIR%%/index.html; fi @unexec t=`/bin/ls %D/www/hiawatha`; if [ -z "$t" ]; then echo "WWW directory is empty, remove it."; rmdir %D/www/hiawatha; fi; -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hiawatha -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mkcert -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/newroot -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/php-fcgi -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |