diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-06 08:34:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-06 08:34:34 +0800 |
commit | 0ead5ab5e74102db8f997533ee018782fb184b05 (patch) | |
tree | f73465f95cd581c611017cbc63e09a0559ba6e6d /shells/wapsh/pkg-plist | |
parent | 3b44d63b9e5c348f1cef5791e7af87db317e7a39 (diff) | |
download | freebsd-ports-gnome-0ead5ab5e74102db8f997533ee018782fb184b05.tar.gz freebsd-ports-gnome-0ead5ab5e74102db8f997533ee018782fb184b05.tar.zst freebsd-ports-gnome-0ead5ab5e74102db8f997533ee018782fb184b05.zip |
shells/wapsh - update, make fetchable, take maintainership
- Upgrade to latest version (make fetchable again)
- Add WWW line and more supported phones to pkg-descr
- Single PLIST file addition
- Replace rc.d script with new rc.subr-style
- Install in more appropriate place
- Take maintainership
PR: ports/94243
Submitted by: Shaun Amott <shaun@inerd.com>
Diffstat (limited to 'shells/wapsh/pkg-plist')
-rw-r--r-- | shells/wapsh/pkg-plist | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/shells/wapsh/pkg-plist b/shells/wapsh/pkg-plist index 8599b1bb713f..1342fb9b9284 100644 --- a/shells/wapsh/pkg-plist +++ b/shells/wapsh/pkg-plist @@ -1,5 +1,4 @@ sbin/htshd -etc/rc.d/htshd.sh @unexec if cmp -s %D/etc/wapsh/htsh_profile %D/etc/wapsh/htsh_profile.dist; then rm -f %D/etc/wapsh/htsh_profile; fi etc/wapsh/htsh_profile.dist @exec [ -f %B/htsh_profile ] || cp %B/%f %B/htsh_profile @@ -9,22 +8,23 @@ etc/wapsh/htshd.conf.dist @unexec if cmp -s %D/etc/wapsh/loginhosts %D/etc/wapsh/loginhosts.dist; then rm -f %D/etc/wapsh/loginhosts; fi etc/wapsh/loginhosts.dist @exec [ -f %B/loginhosts ] || cp %B/%f %B/loginhosts -%%DATADIR%%/htdocs/command.php -%%DATADIR%%/htdocs/command_html.inc -%%DATADIR%%/htdocs/command_wml.inc -%%DATADIR%%/htdocs/common.inc -%%DATADIR%%/htdocs/common_html.inc -%%DATADIR%%/htdocs/common_wml.inc -%%DATADIR%%/htdocs/controls_wml.php -%%DATADIR%%/htdocs/displayfuncs.inc -%%DATADIR%%/htdocs/getloginhosts.inc -%%DATADIR%%/htdocs/history_edit_wml.php -%%DATADIR%%/htdocs/history_html.php -%%DATADIR%%/htdocs/history_wml.php -%%DATADIR%%/htdocs/login_html.php -%%DATADIR%%/htdocs/login_wml.php -%%DATADIR%%/htdocs/scroll_wml.php -%%DATADIR%%/htdocs/shortcuts_wml.php +%%DATADIR%%/command.php +%%DATADIR%%/command_html.inc +%%DATADIR%%/command_wml.inc +%%DATADIR%%/common.inc +%%DATADIR%%/common_html.inc +%%DATADIR%%/common_wml.inc +%%DATADIR%%/controls_wml.php +%%DATADIR%%/displayfuncs.inc +%%DATADIR%%/getloginhosts.inc +%%DATADIR%%/history_edit_wml.php +%%DATADIR%%/history_html.php +%%DATADIR%%/history_wml.php +%%DATADIR%%/index.html +%%DATADIR%%/login_html.php +%%DATADIR%%/login_wml.php +%%DATADIR%%/scroll_wml.php +%%DATADIR%%/shortcuts_wml.php %%PORTDOCS%%%%DOCSDIR%%/Image1.jpg %%PORTDOCS%%%%DOCSDIR%%/Image2.jpg %%PORTDOCS%%%%DOCSDIR%%/Image3.jpg @@ -94,5 +94,4 @@ etc/wapsh/loginhosts.dist %%PORTDOCS%%@dirrm %%DOCSDIR%%/implementation_notes %%PORTDOCS%%@dirrm %%DOCSDIR%%/user_guide %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/htdocs @dirrm %%DATADIR%% |