aboutsummaryrefslogtreecommitdiff
path: root/misc/tkrunit
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 11:15:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 11:15:53 +0000
commitb67bcd423b39aa9cae20f76a56a02c621aa3f295 (patch)
treef7359dd61a615ee63f07b752d7d286b4e4134527 /misc/tkrunit
parent80e8e5525725f4d5d4b526dd3707f4e5fff1e84c (diff)
downloadports-b67bcd423b39aa9cae20f76a56a02c621aa3f295.tar.gz
ports-b67bcd423b39aa9cae20f76a56a02c621aa3f295.zip
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak With hat: portmgr
Notes
Notes: svn path=/head/; revision=352993
Diffstat (limited to 'misc/tkrunit')
-rw-r--r--misc/tkrunit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/tkrunit/Makefile b/misc/tkrunit/Makefile
index 4778934f87e1..dc9755b983cb 100644
--- a/misc/tkrunit/Makefile
+++ b/misc/tkrunit/Makefile
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USES+= tk
NO_BUILD= yes
-PORTEXAMPLES= ${PORTNAME:L}
+PORTEXAMPLES= ${PORTNAME:tl}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.options.mk>
@@ -31,10 +31,10 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/runit.tcl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/runitrc.sample ${STAGEDIR}${EXAMPLESDIR}/${PORTNAME:L}
+ ${INSTALL_DATA} ${WRKSRC}/runitrc.sample ${STAGEDIR}${EXAMPLESDIR}/${PORTNAME:tl}
@${ECHO_MSG} " "
@${ECHO_MSG} "-------------------------------------------------------------------"
- @${ECHO_MSG} "===> Installing runitrc.sample in ${EXAMPLESDIR}/${PORTNAME:L}"
+ @${ECHO_MSG} "===> Installing runitrc.sample in ${EXAMPLESDIR}/${PORTNAME:tl}"
@${ECHO_MSG} "===> Copy runitrc.sample to ~/.runitrc and modify if you wish"
@${ECHO_MSG} "-------------------------------------------------------------------"
@${ECHO_MSG} " "