aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-01-04 19:23:30 +0800
committerasami <asami@FreeBSD.org>1996-01-04 19:23:30 +0800
commit918b3c944ef9f54448663e728b7fbfc466fbb13d (patch)
tree32402f441b7edb8a242a83fd0b8b2d02bbe4035e /x11-wm
parent802e5651e34980de196169795603b24fd4923181 (diff)
downloadfreebsd-ports-gnome-918b3c944ef9f54448663e728b7fbfc466fbb13d.tar.gz
freebsd-ports-gnome-918b3c944ef9f54448663e728b7fbfc466fbb13d.tar.zst
freebsd-ports-gnome-918b3c944ef9f54448663e728b7fbfc466fbb13d.zip
Delete manpage before installing it. (Hand patchfile-editing.)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/olvwm/files/patch-aa3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/olvwm/files/patch-aa b/x11-wm/olvwm/files/patch-aa
index 030920672cee..04dd7652609c 100644
--- a/x11-wm/olvwm/files/patch-aa
+++ b/x11-wm/olvwm/files/patch-aa
@@ -368,9 +368,10 @@
***************
*** 143,148 ****
---- 143,149 ----
+--- 143,150 ----
do \
echo "installing $$i"; \
++ $(RM) $(DESTDIR)$(MANDIR)/`basename $$i .man`.$(MANSUFFIX)* ; \
$(INSTALL) -c $(INSTMANFLAGS) $$i $(DESTDIR)$(MANDIR)/`basename $$i .man`.$(MANSUFFIX) ; \
+ $(COMPRESSMANCMD) $(DESTDIR)$(MANDIR)/`basename $$i .man`.$(MANSUFFIX) ; \
done