Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2008 01:10:33 +0100
From:      Thomas Hurst <tom@hur.st>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/124888: [PATCH] sysutils/k8temp: update to 0.4.0
Message-ID:  <20080627001033.GA86085@voi.aagh.net>
In-Reply-To: <200806222250.m5MMo1RM095133@freefall.freebsd.org>
References:  <E1KAXrY-000DYS-2m@voi.aagh.net> <200806222250.m5MMo1RM095133@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This patch fixes the NOPORTDOCS case, which produced an incorrect
package list.  Oops.  I'll make sure to test these cases in future.

--- Makefile.orig       2008-06-27 01:06:43.000000000 +0100
+++ Makefile    2008-06-27 01:07:05.000000000 +0100
@@ -15,7 +15,9 @@
 
 ONLY_FOR_ARCHS=        i386 amd64
 
+.if !defined(NOPORTDOCS)
 MAN8=  k8temp.8
+.endif
 
 PLIST_FILES=   sbin/k8temp
 

-- 
Thomas 'Freaky' Hurst
    http://hur.st/



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