Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 17:08:58 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359583 - in head/sysutils/respond: . files
Message-ID:  <201406271708.s5RH8wHc092035@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Jun 27 17:08:57 2014
New Revision: 359583
URL: http://svnweb.freebsd.org/changeset/ports/359583
QAT: https://qat.redports.org/buildarchive/r359583/

Log:
  Stagify.
  
  Approved by:	portmgr@ (blanket approval)

Added:
  head/sysutils/respond/files/
  head/sysutils/respond/files/patch-Makefile   (contents, props changed)
Modified:
  head/sysutils/respond/Makefile
  head/sysutils/respond/pkg-descr

Modified: head/sysutils/respond/Makefile
==============================================================================
--- head/sysutils/respond/Makefile	Fri Jun 27 17:04:52 2014	(r359582)
+++ head/sysutils/respond/Makefile	Fri Jun 27 17:08:57 2014	(r359583)
@@ -9,13 +9,10 @@ MASTER_SITES=	SF
 MAINTAINER=	j.witteveen@gmail.com
 COMMENT=	A response automator for logged events
 
-PLIST_FILES=	bin/${PORTNAME}
-MAN1=		respond.1
-MANCOMPRESSED=	maybe
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
 MAKE_ENV+=	INSTALL_MAN="${INSTALL_MAN}" \
 		INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
 		MANEXT=${MANEXT}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/sysutils/respond/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/respond/files/patch-Makefile	Fri Jun 27 17:08:57 2014	(r359583)
@@ -0,0 +1,13 @@
+--- Makefile.orig	2014-06-28 01:05:25.738044813 +0800
++++ Makefile	2014-06-28 01:05:42.652046702 +0800
+@@ -39,8 +39,8 @@ respond.1.gz:	respond.1
+ 
+ .PHONY:		install
+ install:	all
+-	$(INSTALL_PROGRAM) respond $(BINDIR)/respond
+-	$(INSTALL_MAN) $(MANPAGE) $(MANPREFIX)/man/man1/$(MANPAGE)
++	$(INSTALL_PROGRAM) respond $(DESTDIR)$(BINDIR)/respond
++	$(INSTALL_MAN) $(MANPAGE) $(DESTDIR)$(MANPREFIX)/man/man1/$(MANPAGE)
+ 
+ .PHONY:		uninstall
+ uninstall:

Modified: head/sysutils/respond/pkg-descr
==============================================================================
--- head/sysutils/respond/pkg-descr	Fri Jun 27 17:04:52 2014	(r359582)
+++ head/sysutils/respond/pkg-descr	Fri Jun 27 17:08:57 2014	(r359583)
@@ -3,4 +3,4 @@ each line it reads to the regular expres
 specified actionscript. If a line matches, respond executes a
 rewritten command defined in the actionscript.
 
-WWW:   http://respond.sf.net
+WWW: http://respond.sf.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406271708.s5RH8wHc092035>