diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-14 07:54:38 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-14 07:54:38 +0800 |
commit | 7257c76d72dfccb01a7a940f4c8fe01490c2697c (patch) | |
tree | 9e540afc1231c1ceccba0733cfeaedce01448683 | |
parent | b05b18181f4b86049df8818587cad72944b63869 (diff) | |
download | freebsd-ports-graphics-7257c76d72dfccb01a7a940f4c8fe01490c2697c.tar.gz freebsd-ports-graphics-7257c76d72dfccb01a7a940f4c8fe01490c2697c.tar.zst freebsd-ports-graphics-7257c76d72dfccb01a7a940f4c8fe01490c2697c.zip |
Remove user configuration file, lynx.cfg, from PLIST
PR: 11117
Submitted by: Tom Hukins tom@eborcom.com
-rw-r--r-- | japanese/lynx-current/pkg-plist | 1 | ||||
-rw-r--r-- | japanese/lynx/pkg-plist | 1 | ||||
-rw-r--r-- | www/lynx-current/pkg-plist | 1 | ||||
-rw-r--r-- | www/lynx/pkg-plist | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/japanese/lynx-current/pkg-plist b/japanese/lynx-current/pkg-plist index 696619b737e..77fe8c9e1cc 100644 --- a/japanese/lynx-current/pkg-plist +++ b/japanese/lynx-current/pkg-plist @@ -1,6 +1,5 @@ bin/lynx etc/lynx.cfg.sample -@unexec rm -f %D/etc/lynx.cfg lib/lynx_help/Lynx_users_guide.html lib/lynx_help/about_lynx.html lib/lynx_help/keystrokes/alt_edit_help.html diff --git a/japanese/lynx/pkg-plist b/japanese/lynx/pkg-plist index 521856d442b..96ea6e0cdf2 100644 --- a/japanese/lynx/pkg-plist +++ b/japanese/lynx/pkg-plist @@ -1,5 +1,4 @@ bin/lynx -etc/lynx.cfg lib/lynx_help/Lynx_users_guide.html lib/lynx_help/about_lynx.html lib/lynx_help/keystrokes/bookmark_help.html diff --git a/www/lynx-current/pkg-plist b/www/lynx-current/pkg-plist index 75b3026e9c2..5f27bc35dc8 100644 --- a/www/lynx-current/pkg-plist +++ b/www/lynx-current/pkg-plist @@ -1,5 +1,4 @@ bin/lynx -etc/lynx.cfg share/lynx_help/Lynx_users_guide.html share/lynx_help/about_lynx.html share/lynx_help/keystrokes/alt_edit_help.html diff --git a/www/lynx/pkg-plist b/www/lynx/pkg-plist index 1766f548b0e..4d9c5e04fb6 100644 --- a/www/lynx/pkg-plist +++ b/www/lynx/pkg-plist @@ -1,5 +1,4 @@ bin/lynx -etc/lynx.cfg lib/lynx_help/Lynx_users_guide.html lib/lynx_help/about_lynx.html lib/lynx_help/keystrokes/bookmark_help.html |