svn commit: r334191 - in head/sysutils/cmdwatch: . files

Beat Gaetzi beat at FreeBSD.org
Mon Nov 18 13:29:36 UTC 2013


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 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>

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


More information about the svn-ports-all mailing list