ports/183181: [PATCH] sysutils/cmdwatch: Convert to staging
Mathieu Arnold
mat at FreeBSD.org
Tue Oct 22 09:00:00 UTC 2013
>Number: 183181
>Category: ports
>Synopsis: [PATCH] sysutils/cmdwatch: Convert to staging
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Oct 22 09:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Mathieu Arnold
>Release: FreeBSD 9.2-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC
>Description:
- Convert to staging
Port maintainer (beat at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
--- cmdwatch-0.2.0_2.patch begins here ---
diff -ruN /usr/ports/sysutils/cmdwatch/Makefile ./Makefile
--- /usr/ports/sysutils/cmdwatch/Makefile 2013-09-21 01:05:58.000000000 +0200
+++ ./Makefile 2013-10-22 10:54:08.000000000 +0200
@@ -10,8 +10,6 @@
MAINTAINER= beat at FreeBSD.org
COMMENT= Watches the output from a command at specified intervals
-MAN1= cmdwatch.1
-PLIST_FILES= bin/cmdwatch
+PLIST_FILES= bin/cmdwatch man/man1/cmdwatch.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>
diff -ruN /usr/ports/sysutils/cmdwatch/files/patch-Makefile ./files/patch-Makefile
--- /usr/ports/sysutils/cmdwatch/files/patch-Makefile 2012-07-14 16:29:18.000000000 +0200
+++ ./files/patch-Makefile 2013-10-22 10:54:57.000000000 +0200
@@ -1,15 +1,15 @@
---- Makefile.orig Wed Jan 15 20:58:11 2003
-+++ Makefile Wed Jan 15 20:58:53 2003
+--- ./Makefile.orig 2002-08-28 15:23:52.000000000 +0200
++++ ./Makefile 2013-10-22 10:54:40.000000000 +0200
@@ -26,9 +26,9 @@
@rm -f *.o cmdwatch
install : all
- @install cmdwatch /usr/local/bin/
- @install -m 444 cmdwatch.1 /usr/local/man/man1/
-+ @install cmdwatch ${PREFIX}/bin/
-+ @install -m 444 cmdwatch.1 ${PREFIX}/man/man1/
++ @install cmdwatch ${DESTDIR}${PREFIX}/bin/
++ @install -m 444 cmdwatch.1 ${DESTDIR}${PREFIX}/man/man1/
@echo "Installing cmdwatch"
uninstall :
- @rm /usr/local/bin/cmdwatch
-+ @rm ${PREFX}/bin/cmdwatch
++ @rm ${DESTDIR}${PREFX}/bin/cmdwatch
--- cmdwatch-0.2.0_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list