diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 11:15:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 11:15:53 +0000 |
commit | b67bcd423b39aa9cae20f76a56a02c621aa3f295 (patch) | |
tree | f7359dd61a615ee63f07b752d7d286b4e4134527 /misc/tkrunit | |
parent | Sync dports patches on 3 unmaintained ports (diff) |
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/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} " " |