diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-01 03:46:59 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-01 03:46:59 +0000 |
commit | 5420cd67e64dde4f8d5dbd0f570174951fac5065 (patch) | |
tree | e9af1f9cdda7c83791690d8253b44dccd112b8a3 /sysutils/cpulimit | |
parent | 11cbbcb8824b1d2f87883859353fad3a409949d1 (diff) | |
download | ports-5420cd67e64dde4f8d5dbd0f570174951fac5065.tar.gz ports-5420cd67e64dde4f8d5dbd0f570174951fac5065.zip |
- Fix bogus date in Makefile header: port could not be created after PR
- Garbage collect dead .if-clause, kill EOL slash
Notes
Notes:
svn path=/head/; revision=272071
Diffstat (limited to 'sysutils/cpulimit')
-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> |