diff options
author | danfe <danfe@FreeBSD.org> | 2011-04-01 11:46:59 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-04-01 11:46:59 +0800 |
commit | eb6a62399884332edc35f8e5225a0d8a4b7e61fe (patch) | |
tree | e70ae8e6397d4eef4c84a21820c8eac41f27a333 | |
parent | eabae4627942025b6d6412af0c338faab3e2034a (diff) | |
download | freebsd-ports-gnome-eb6a62399884332edc35f8e5225a0d8a4b7e61fe.tar.gz freebsd-ports-gnome-eb6a62399884332edc35f8e5225a0d8a4b7e61fe.tar.zst freebsd-ports-gnome-eb6a62399884332edc35f8e5225a0d8a4b7e61fe.zip |
- Fix bogus date in Makefile header: port could not be created after PR
- Garbage collect dead .if-clause, kill EOL slash
-rw-r--r-- | sysutils/cpulimit/Makefile | 8 |
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> |