diff options
author | vd <vd@FreeBSD.org> | 2006-05-12 22:28:19 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-05-12 22:28:19 +0800 |
commit | 76003ef4178e792d1ab5dcea7c6488f5452f303a (patch) | |
tree | 1ca9044146c6c9eb47fd45b21e35d466cdeda090 /japanese/xgate | |
parent | a2ca03efc1e51e82246940458e649fc3234e105f (diff) | |
download | freebsd-ports-gnome-76003ef4178e792d1ab5dcea7c6488f5452f303a.tar.gz freebsd-ports-gnome-76003ef4178e792d1ab5dcea7c6488f5452f303a.tar.zst freebsd-ports-gnome-76003ef4178e792d1ab5dcea7c6488f5452f303a.zip |
Remove whitespace from line endings in pkg-plist files.
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.
Inspired by: ports/94078
Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
Diffstat (limited to 'japanese/xgate')
-rw-r--r-- | japanese/xgate/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/xgate/pkg-plist b/japanese/xgate/pkg-plist index 5dc8de9c4e2e..8c35109acc8f 100644 --- a/japanese/xgate/pkg-plist +++ b/japanese/xgate/pkg-plist @@ -2800,10 +2800,10 @@ @dirrm %%T%%/webapps/xgate/WEB-INF/classes/com @dirrm %%T%%/webapps/xgate/WEB-INF/classes @dirrm %%T%%/webapps/xgate/META-INF -@dirrmtry %%T%%/webapps/xgate/WEB-INF/conf +@dirrmtry %%T%%/webapps/xgate/WEB-INF/conf @dirrmtry %%T%%/webapps/xgate/WEB-INF/address @dirrmtry %%T%%/webapps/xgate/WEB-INF/account -@dirrmtry %%T%%/webapps/xgate/WEB-INF -@dirrmtry %%T%%/webapps/xgate +@dirrmtry %%T%%/webapps/xgate/WEB-INF +@dirrmtry %%T%%/webapps/xgate @unexec rmdir /var/log/xgate 2>/dev/null || true @exec install -d -o %%WWWUID%% -g %%WWWGID%% /var/log/xgate |