ports/63230: [MAINTAINER] net/smokeping: update to 1.26
Lars Thegler
lars at thegler.dk
Sun Feb 22 21:30:21 UTC 2004
The following reply was made to PR ports/63230; it has been noted by GNATS.
From: Lars Thegler <lars at thegler.dk>
To: FreeBSD-gnats-submit at 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--
More information about the freebsd-ports-bugs
mailing list