From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 22 13:30:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BCA916A4CE for ; Sun, 22 Feb 2004 13:30:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73EBA43D2F for ; Sun, 22 Feb 2004 13:30:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1MLULbv012761 for ; Sun, 22 Feb 2004 13:30:21 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1MLULSp012760; Sun, 22 Feb 2004 13:30:21 -0800 (PST) (envelope-from gnats) Date: Sun, 22 Feb 2004 13:30:21 -0800 (PST) Message-Id: <200402222130.i1MLULSp012760@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Lars Thegler Subject: Re: ports/63230: [MAINTAINER] net/smokeping: update to 1.26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars Thegler List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 21:30:21 -0000 The following reply was made to PR ports/63230; it has been noted by GNATS. From: Lars Thegler 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--