diff options
Diffstat (limited to 'sysutils/cpulimit/Makefile')
-rw-r--r-- | sysutils/cpulimit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/cpulimit/Makefile b/sysutils/cpulimit/Makefile index 61bbd350c3ac..8064f49c1ea2 100644 --- a/sysutils/cpulimit/Makefile +++ b/sysutils/cpulimit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cpulimit -# Date created: 30 Mar 2011 -# Whom: Jesse Smith <jessefrgsmith@yahoo.ca> -# +# Created by: Jesse Smith <jessefrgsmith@yahoo.ca> # $FreeBSD$ -# PORTNAME= cpulimit PORTVERSION= 1.4 @@ -21,6 +17,7 @@ MANCOMPRESSED= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|share/||g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile |