From b67bcd423b39aa9cae20f76a56a02c621aa3f295 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 5 May 2014 11:15:53 +0000 Subject: Catch a couple of missing convertsion to :tu/:tl Submitted by: ak With hat: portmgr --- misc/tkrunit/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc/tkrunit/Makefile') 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 @@ -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} " " -- cgit v1.2.3