svn commit: r357095 - in head/net-mgmt/icmpmonitor: . files

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 9 03:41:19 UTC 2014


Author: vanilla
Date: Mon Jun  9 03:41:18 2014
New Revision: 357095
URL: http://svnweb.freebsd.org/changeset/ports/357095
QAT: https://qat.redports.org/buildarchive/r357095/

Log:
  Stagify.

Added:
  head/net-mgmt/icmpmonitor/files/patch-Makefile   (contents, props changed)
Modified:
  head/net-mgmt/icmpmonitor/Makefile

Modified: head/net-mgmt/icmpmonitor/Makefile
==============================================================================
--- head/net-mgmt/icmpmonitor/Makefile	Mon Jun  9 03:37:00 2014	(r357094)
+++ head/net-mgmt/icmpmonitor/Makefile	Mon Jun  9 03:41:18 2014	(r357095)
@@ -11,8 +11,6 @@ COMMENT=	A multiple host icmp monitoring
 
 GNU_CONFIGURE=	YES
 
-MAN1=		icmpmonitor.1
-PLIST_FILES=	sbin/icmpmonitor
+PLIST_FILES=	man/man1/icmpmonitor.1.gz sbin/icmpmonitor
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/net-mgmt/icmpmonitor/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/icmpmonitor/files/patch-Makefile	Mon Jun  9 03:41:18 2014	(r357095)
@@ -0,0 +1,14 @@
+--- Makefile.in.orig	2014-06-09 11:38:16.905011836 +0800
++++ Makefile.in	2014-06-09 11:38:39.412011484 +0800
+@@ -36,7 +36,7 @@ tar:	distclean
+ 	gzip -9 icmpmonitor-$(VERSION).tar)
+ 
+ install: icmpmonitor icmpmonitor.man
+-	$(top_srcdir)/mkinstalldirs $(sbindir)
+-	$(INSTALL) icmpmonitor $(sbindir)
+-	$(top_srcdir)/mkinstalldirs $(mandir)/man1
+-	$(INSTALL) icmpmonitor.man $(mandir)/man1/icmpmonitor.1
++	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
++	$(INSTALL) icmpmonitor $(DESTDIR)$(sbindir)
++	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
++	$(INSTALL) icmpmonitor.man $(DESTDIR)$(mandir)/man1/icmpmonitor.1


More information about the svn-ports-head mailing list