opnsense-ports/misc/seq2/files/patch-Makefile.in
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
484 B
Text

--- Makefile.in.orig 2014-06-20 00:16:24.923034549 +0800
+++ Makefile.in 2014-06-20 00:16:43.200031888 +0800
@@ -77,8 +77,8 @@ all:
@echo "Do as root 'make install'"
install:
- $(INSTALL) -m 755 $(FULL_BIN) $(bindir)
- $(INSTALL) -m 644 $(FULL_MAN) $(mandir)/man1/
+ $(INSTALL) -m 755 $(FULL_BIN) $(DESTDIR)$(bindir)
+ $(INSTALL) -m 644 $(FULL_MAN) $(DESTDIR)$(mandir)/man1/
install-strip: install
@if test $(OBJCOPY) = "yes" ; then $(OBJ_COPY_STRIP) $(bindir)/$(BIN); fi