diff options
Diffstat (limited to 'sysutils/k8temp/Makefile')
-rw-r--r-- | sysutils/k8temp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/k8temp/Makefile b/sysutils/k8temp/Makefile index 45bc50f68dfc..ff62b2a408ed 100644 --- a/sysutils/k8temp/Makefile +++ b/sysutils/k8temp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: k8temp -# Date created: 21 October 2007 -# Whom: Thomas Hurst <tom@hur.st> -# +# Created by: Thomas Hurst <tom@hur.st> # $FreeBSD$ -# PORTNAME= k8temp PORTVERSION= 0.4.0 @@ -19,6 +15,7 @@ MAN8= k8temp.8 PLIST_FILES= sbin/k8temp +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|WARNS=.*[6-9]|WARNS=5|g' ${WRKSRC}/Makefile |