opnsense-ports/sysutils/swapd/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

22 lines
1,012 B
Text

--- ./Makefile.in.orig 2004-10-18 06:05:24.000000000 +0100
+++ ./Makefile.in 2013-11-22 22:33:19.141103774 +0000
@@ -30,11 +30,11 @@
rm -f Makefile config.h config.status config.log swapd.8 swapd.conf.5
install: all
- -$(INSTALL) -d $(sbindir)
- -$(INSTALL) -d $(sysconfdir)
- -$(INSTALL) -d $(mandir)/man8
- -$(INSTALL) -d $(mandir)/man5
- $(INSTALL) -m 755 swapd$(EXEEXT) $(sbindir)/swapd$(EXEEXT)
- $(INSTALL) -m 644 swapd.conf $(sysconfdir)/swapd.conf
- $(INSTALL) -m 644 swapd.8 $(mandir)/man8/swapd.8
- $(INSTALL) -m 644 swapd.conf.5 $(mandir)/man5/swapd.conf.5
+ -$(INSTALL) -d $(DESTDIR)$(sbindir)
+ -$(INSTALL) -d $(DESTDIR)$(sysconfdir)
+ -$(INSTALL) -d $(DESTDIR)$(mandir)/man8
+ -$(INSTALL) -d $(DESTDIR)$(mandir)/man5
+ $(INSTALL) -m 755 swapd$(EXEEXT) $(DESTDIR)$(sbindir)/swapd$(EXEEXT)
+ $(INSTALL) -m 644 swapd.conf $(DESTDIR)$(sysconfdir)/swapd.conf.sample
+ $(INSTALL) -m 644 swapd.8 $(DESTDIR)$(mandir)/man8/swapd.8
+ $(INSTALL) -m 644 swapd.conf.5 $(DESTDIR)$(mandir)/man5/swapd.conf.5