summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/cpulimit/Makefile8
1 files changed, 3 insertions, 5 deletions
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 <jessefrgsmith@yahoo.ca>
#
# $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 <bsd.port.mk>