aboutsummaryrefslogtreecommitdiff
path: root/sysutils/respond
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-27 17:08:57 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-27 17:08:57 +0000
commite417eb3aeb1c63fb83ecd836af323b8d1314e8c2 (patch)
tree548277bbc82e510f4054d6d195c43b917fd6ebcc /sysutils/respond
parent494f37ca31bb5cabdcaee9119fe990c2df48e896 (diff)
downloadports-e417eb3aeb1c63fb83ecd836af323b8d1314e8c2.tar.gz
ports-e417eb3aeb1c63fb83ecd836af323b8d1314e8c2.zip
Stagify.
Approved by: portmgr@ (blanket approval)
Notes
Notes: svn path=/head/; revision=359583
Diffstat (limited to 'sysutils/respond')
-rw-r--r--sysutils/respond/Makefile5
-rw-r--r--sysutils/respond/files/patch-Makefile13
-rw-r--r--sysutils/respond/pkg-descr2
3 files changed, 15 insertions, 5 deletions
diff --git a/sysutils/respond/Makefile b/sysutils/respond/Makefile
index 87f71651a27f..b8df79c4169a 100644
--- a/sysutils/respond/Makefile
+++ b/sysutils/respond/Makefile
@@ -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>
diff --git a/sysutils/respond/files/patch-Makefile b/sysutils/respond/files/patch-Makefile
new file mode 100644
index 000000000000..2e2831213ddd
--- /dev/null
+++ b/sysutils/respond/files/patch-Makefile
@@ -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:
diff --git a/sysutils/respond/pkg-descr b/sysutils/respond/pkg-descr
index 5e4a03e8eb40..775575f9d016 100644
--- a/sysutils/respond/pkg-descr
+++ b/sysutils/respond/pkg-descr
@@ -3,4 +3,4 @@ each line it reads to the regular expressions it finds in the
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