- Convert to staging Port maintainer (beat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
State Changed From-To: open->closed Dupplicate.
Author: beat Date: Mon Nov 18 13:29:35 2013 New Revision: 334191 URL: http://svnweb.freebsd.org/changeset/ports/334191 Log: - Convert to staging PR: ports/183181 Submitted by: mat@ Modified: head/sysutils/cmdwatch/Makefile head/sysutils/cmdwatch/files/patch-Makefile Modified: head/sysutils/cmdwatch/Makefile ============================================================================== --- head/sysutils/cmdwatch/Makefile Mon Nov 18 13:28:00 2013 (r334190) +++ head/sysutils/cmdwatch/Makefile Mon Nov 18 13:29:35 2013 (r334191) @@ -10,8 +10,6 @@ MASTER_SITES= http://www.chruetertee.ch/ MAINTAINER= beat@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> Modified: head/sysutils/cmdwatch/files/patch-Makefile ============================================================================== --- head/sysutils/cmdwatch/files/patch-Makefile Mon Nov 18 13:28:00 2013 (r334190) +++ head/sysutils/cmdwatch/files/patch-Makefile Mon Nov 18 13:29:35 2013 (r334191) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"