- 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:
Alexey Dokuchaev 2011-04-01 03:46:59 +00:00
parent 11cbbcb882
commit 5420cd67e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272071

View file

@ -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>