ports/devel/elf/files/patch-doc__Makefile.in
Muhammad Moinur Rahman 528fb8f8d3
devel/elf: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-23 12:25:08 +01:00

19 lines
398 B
Text

--- doc/Makefile.in.orig 2003-09-20 14:23:28 UTC
+++ doc/Makefile.in
@@ -1,12 +1,12 @@ INC=-I../include
CC=gcc
CFLAGS=@CFLAGS@
INC=-I../include
-INSDIR=@prefix@/man/man1
+INSDIR=@prefix@/share/man/man1
-install:
- cp elf.1 $(INSDIR)/
- chmod 644 $(INSDIR)/elf.1
+install:
+ cp elf.1 $(DESTDIR)$(INSDIR)/
+ chmod 644 $(DESTDIR)$(INSDIR)/elf.1
uninstall: install
rm $(INSDIR)/elf.1