diff options
Diffstat (limited to 'sysutils/sloth/Makefile')
-rw-r--r-- | sysutils/sloth/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/sloth/Makefile b/sysutils/sloth/Makefile index e62e8c68c5a6..6fe069d63ccd 100644 --- a/sysutils/sloth/Makefile +++ b/sysutils/sloth/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: sloth -# Date created: May 9, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= sloth PORTVERSION= 1.1.0 @@ -20,6 +15,7 @@ GNU_CONFIGURE= yes MAN1= sloth.1 PLIST_FILES= bin/sloth +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure |