svn commit: r423598 - head/irc/ratbox-respond

Ryan Steinmetz zi at FreeBSD.org
Sun Oct 9 14:11:58 UTC 2016


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}
 


More information about the svn-ports-all mailing list