diff options
author | nbm <nbm@FreeBSD.org> | 2000-09-07 19:48:56 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-09-07 19:48:56 +0800 |
commit | 892d48cf2a399aef38b34405d80eb0b59d7d32ae (patch) | |
tree | d3fdfa9b5afdcd88ad9e452d6ede50ebe03c0159 /www/zope | |
parent | 9794a1732a162e1c4d05a5b67563825cba573130 (diff) | |
download | freebsd-ports-gnome-892d48cf2a399aef38b34405d80eb0b59d7d32ae.tar.gz freebsd-ports-gnome-892d48cf2a399aef38b34405d80eb0b59d7d32ae.tar.zst freebsd-ports-gnome-892d48cf2a399aef38b34405d80eb0b59d7d32ae.zip |
Remove the zope data file if it is the same as installed.
Diffstat (limited to 'www/zope')
-rw-r--r-- | www/zope/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/zope/pkg-plist b/www/zope/pkg-plist index adfd865a145f..0255bb32c2ce 100644 --- a/www/zope/pkg-plist +++ b/www/zope/pkg-plist @@ -1264,6 +1264,7 @@ etc/rc.d/zope.sh %%ZOPEBASEDIR%%/utilities/load_site.py %%ZOPEBASEDIR%%/utilities/load_site.pyc %%ZOPEBASEDIR%%/var/.cvsignore +@unexec if ! `grep -q %B/Data.fs %B/Data.fs.in`; then rm %B/Data.fs; fi %%ZOPEBASEDIR%%/var/Data.fs.in @exec if [ ! -f %B/Data.fs ]; then cp %B/Data.fs.in %B/Data.fs; fi %%ZOPEBASEDIR%%/w_pcgi.py |