opnsense-ports/net/beacon/files/patch-src__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

11 lines
525 B
Text

--- src/Makefile.in.orig 2011-02-05 03:32:41 UTC
+++ src/Makefile.in
@@ -397,7 +397,7 @@
@if test -f $(DESTDIR)$(sysconfdir)/beacon.conf; then :; else \
$(INSTALL_DATA) -v beacon.conf $(DESTDIR)$(sysconfdir); \
fi
-@HAVE_FREEBSD_TRUE@ @$(INSTALL_SCRIPT) -v FreeBSD/beacon $(prefix)/etc/rc.d
+@HAVE_FREEBSD_TRUE@ @$(INSTALL_SCRIPT) -v FreeBSD/beacon $(DESTDIR)$(prefix)/etc/rc.d
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.