diff --git a/sysutils/cpulimit/Makefile b/sysutils/cpulimit/Makefile index 0b7339d8eee4..284d99cde32c 100644 --- a/sysutils/cpulimit/Makefile +++ b/sysutils/cpulimit/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: cpulimit -# Date created: April 1, 2011 -# Whom: Jesse +# Date created: 30 Mar 2011 +# Whom: Jesse Smith # # $FreeBSD$ # @@ -16,8 +16,6 @@ COMMENT= A program to limit the CPU usage of a process PLIST_FILES= bin/${PORTNAME} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ -.if !defined(NOPORTDOCS) -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include