aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2016-10-09 14:11:56 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2016-10-09 14:11:56 +0000
commita453c2949db2cdcbbf0cb1f0ce4a85521c89fc54 (patch)
tree3cc1d60177922cca8e9fd8432f553dddfb479144 /irc
parentaa0efbfcb9c076378e1117543445983478b3f5e9 (diff)
downloadports-a453c2949db2cdcbbf0cb1f0ce4a85521c89fc54.tar.gz
ports-a453c2949db2cdcbbf0cb1f0ce4a85521c89fc54.zip
- Correct typo
Notes
Notes: svn path=/head/; revision=423598
Diffstat (limited to 'irc')
-rw-r--r--irc/ratbox-respond/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/ratbox-respond/Makefile b/irc/ratbox-respond/Makefile
index f003c2824e3a..82e5ec1f7572 100644
--- a/irc/ratbox-respond/Makefile
+++ b/irc/ratbox-respond/Makefile
@@ -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/makekeypair
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}