diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-01-04 11:23:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-01-04 11:23:30 +0000 |
commit | 131aec053883cc0087e0e2a6153ff476385dda5f (patch) | |
tree | dca9b027bb226f1188c2f8aba15789a51e2190a1 /x11-wm/olvwm | |
parent | 94fb971508ac2189de18abebdfa0324468104961 (diff) | |
download | ports-131aec053883cc0087e0e2a6153ff476385dda5f.tar.gz ports-131aec053883cc0087e0e2a6153ff476385dda5f.zip |
Delete manpage before installing it. (Hand patchfile-editing.)
Notes
Notes:
svn path=/head/; revision=2605
Diffstat (limited to 'x11-wm/olvwm')
-rw-r--r-- | x11-wm/olvwm/files/patch-aa | 3 |
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 |