mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
316 B
Text
11 lines
316 B
Text
--- Makefile.orig 2019-08-11 07:07:44 UTC
|
|
+++ Makefile
|
|
@@ -16,7 +16,7 @@ install: crate
|
|
|
|
install: crate
|
|
install -s -m 04755 crate $(DESTDIR)$(PREFIX)/bin
|
|
- gzip -9 < crate.5 > $(DESTDIR)$(PREFIX)/man/man5/crate.5.gz
|
|
+ gzip -9 < crate.5 > $(DESTDIR)$(PREFIX)/share/man/man5/crate.5.gz
|
|
|
|
install-local: crate.x
|
|
|