From owner-svn-ports-head@freebsd.org Sun Oct 9 14:11:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17165C077A8; Sun, 9 Oct 2016 14:11:58 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAA9AC4A; Sun, 9 Oct 2016 14:11:57 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99EBuNm055602; Sun, 9 Oct 2016 14:11:56 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99EBuV8055601; Sun, 9 Oct 2016 14:11:56 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610091411.u99EBuV8055601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sun, 9 Oct 2016 14:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423598 - head/irc/ratbox-respond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2016 14:11:58 -0000 Author: zi Date: Sun Oct 9 14:11:56 2016 New Revision: 423598 URL: https://svnweb.freebsd.org/changeset/ports/423598 Log: - Correct typo Modified: head/irc/ratbox-respond/Makefile Modified: head/irc/ratbox-respond/Makefile ============================================================================== --- head/irc/ratbox-respond/Makefile Sun Oct 9 13:47:19 2016 (r423597) +++ head/irc/ratbox-respond/Makefile Sun Oct 9 14:11:56 2016 (r423598) @@ -3,7 +3,7 @@ PORTNAME= ratbox-respond PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc sysutils MASTER_SITES= http://www.ratbox.org/download/${PORTNAME}/ \ http://mirrors.gigenet.com/ratbox/${PORTNAME}/ @@ -25,7 +25,7 @@ PLIST_FILES= bin/ratbox-respond bin/make do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/makekeypair ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/challenge.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/client-scripts/* ${STAGEDIR}${EXAMPLESDIR}