mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
251 B
Text
11 lines
251 B
Text
--- Makefile.orig 2016-06-02 06:49:26 UTC
|
|
+++ Makefile
|
|
@@ -4,7 +4,7 @@ PREFIX:=/usr/local
|
|
BINDIR:=${PREFIX}/bin
|
|
LIBDIR:=${PREFIX}/lib
|
|
INCDIR:=${PREFIX}/include
|
|
-MANDIR:=${PREFIX}/share/man
|
|
+MANDIR:=${PREFIX}/man
|
|
DYNLINK:=0
|
|
CFLAGS?=-O2 -DNDEBUG
|
|
|