Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2004 13:30:21 -0800 (PST)
From:      Lars Thegler <lars@thegler.dk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/63230: [MAINTAINER] net/smokeping: update to 1.26
Message-ID:  <200402222130.i1MLULSp012760@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/63230; it has been noted by GNATS.

From: Lars Thegler <lars@thegler.dk>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/63230: [MAINTAINER] net/smokeping: update to 1.26
Date: Sun, 22 Feb 2004 22:27:14 +0100

 This is a multi-part message in MIME format.
 --------------010607010707050006060602
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Thomas-Martin Seck pointed out that when the port is being installed by 
 a non-root-user, the pre-install target will fail. This patch will fix that.
 
 --------------010607010707050006060602
 Content-Type: text/plain;
  name="su.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="su.diff"
 
 diff -ru smokeping/Makefile smokeping.2/Makefile
 --- smokeping/Makefile	Sun Feb 22 15:01:47 2004
 +++ smokeping.2/Makefile	Sun Feb 22 22:19:24 2004
 @@ -116,7 +116,7 @@
  	@${MV} ${WRKSRC}/bin/smokeping.dist ${WRKSRC}/bin/smokeping
  	@${MV} ${WRKSRC}/htdocs/smokeping.cgi.dist ${WRKSRC}/htdocs/smokeping.cgi
  
 -pre-install:
 +pre-su-install:
  	@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
  
  do-install:
 
 --------------010607010707050006060602--
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402222130.i1MLULSp012760>