ports/net/xprobe/files/patch-Makefile.in
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

30 lines
1,016 B
Text

--- Makefile.in.orig 2005-07-27 08:38:17 UTC
+++ Makefile.in
@@ -43,8 +43,8 @@ SIG=md5sum -b
all:
- cd libs-external/USI++/src; ${MAKE}
- cd src; ${MAKE}
+ (cd libs-external/USI++/src; ${MAKE})
+ (cd src; ${MAKE})
clean:
@@ -55,11 +55,11 @@ distclean: clean
cd libs-external/USI++/src; ${MAKE} distclean
cd src; ${MAKE} distclean
install: src/xprobe2
- $(INSTALL_PROGRAM) -d $(DESTDIR)/$(bindir)
- $(INSTALL_PROGRAM) -d $(DESTDIR)/$(mandir)/man1
- $(INSTALL_PROGRAM) -d $(DESTDIR)/$(sysconfdir)/xprobe2
- $(INSTALL_PROGRAM) -m 0755 src/xprobe2 $(DESTDIR)/$(bindir)
- $(INSTALL_PROGRAM) -m 0444 etc/xprobe2.conf $(DESTDIR)/$(sysconfdir)/xprobe2
+ $(INSTALL) -d $(DESTDIR)/$(bindir)
+ $(INSTALL) -d $(DESTDIR)/$(mandir)/man1
+ $(INSTALL) -d $(DESTDIR)/$(sysconfdir)/xprobe2
+ $(INSTALL_PROGRAM) src/xprobe2 $(DESTDIR)/$(bindir)
+ $(INSTALL_DATA) etc/xprobe2.conf $(DESTDIR)/$(sysconfdir)/xprobe2/xprobe2.conf.sample
$(INSTALL_DATA) docs/xprobe2.1 $(DESTDIR)/$(mandir)/man1
configure: configure.in