ports/183181: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Nov 18 13:30:01 UTC 2013


The following reply was made to PR ports/183181; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/183181: commit references a PR
Date: Mon, 18 Nov 2013 13:29:43 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list