summaryrefslogtreecommitdiff
path: root/sysutils/clean/files/patch-Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-11 14:59:09 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-11 14:59:36 +0100
commit7074d7f6aec43269666bcbbfd162d977b7c64277 (patch)
treed22566119989458e40ed57605132262852c1e776 /sysutils/clean/files/patch-Makefile
parentmultimedia/mkvtoolnix: remove cruft that crept in by accident (diff)
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man
Diffstat (limited to 'sysutils/clean/files/patch-Makefile')
-rw-r--r--sysutils/clean/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/clean/files/patch-Makefile b/sysutils/clean/files/patch-Makefile
index 98f14e2e1768..d7d48049f098 100644
--- a/sysutils/clean/files/patch-Makefile
+++ b/sysutils/clean/files/patch-Makefile
@@ -7,4 +7,4 @@
- $(INSTALL) -s clean $(PREFIX)/bin
- $(INSTALL) clean.1 $(PREFIX)/man/man1
+ $(INSTALL) -s clean $(DESTDIR)$(PREFIX)/bin
-+ $(INSTALL) clean.1 $(DESTDIR)$(MANPREFIX)/man/man1
++ $(INSTALL) clean.1 $(DESTDIR)$(PREFIX)/share/man/man1