opnsense-ports/databases/dbow/files/patch-m4__Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
335 B
Text

--- ./m4/Makefile.orig 2014-05-19 15:47:33.700018790 +0800
+++ ./m4/Makefile 2014-05-19 15:47:43.063018434 +0800
@@ -49,8 +49,8 @@
all: $(M4FILES)
install: $(M4FILES)
- install -d $(DBOWDIR)
- install -C -m 444 $(M4FILES) $(DBOWDIR)
+ install -d $(DESTDIR)$(DBOWDIR)
+ install -C -m 444 $(M4FILES) $(DESTDIR)$(DBOWDIR)
clean: