- Fix bogus date in Makefile header: port could not be created after PR
- Garbage collect dead .if-clause, kill EOL slash
This commit is contained in:
parent
11cbbcb882
commit
5420cd67e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272071
1 changed files with 3 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue