Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2016 14:11:56 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423598 - head/irc/ratbox-respond
Message-ID:  <201610091411.u99EBuV8055601@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610091411.u99EBuV8055601>