diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-05 19:15:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-05 19:15:53 +0800 |
commit | f03936c419c39e34271cf9d870721142405eb7d3 (patch) | |
tree | f7359dd61a615ee63f07b752d7d286b4e4134527 /misc/tkrunit | |
parent | a80b7695b81a5fdda9b135bfb10ce9025dce3470 (diff) | |
download | freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.tar.gz freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.tar.zst freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.zip |
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak
With hat: portmgr
Diffstat (limited to 'misc/tkrunit')
-rw-r--r-- | misc/tkrunit/Makefile | 6 |
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} " " |