mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
11 lines
230 B
Text
11 lines
230 B
Text
--- Makefile.orig 2021-03-08 17:39:48 UTC
|
|
+++ Makefile
|
|
@@ -25,7 +25,7 @@ all:
|
|
|
|
PREFIX = /usr/local
|
|
|
|
-install: all
|
|
+install:
|
|
install -d $(DESTDIR)$(PREFIX)/include
|
|
install -m 0644 include/*.hpp $(DESTDIR)$(PREFIX)/include
|
|
|