diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-23 12:22:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-23 12:22:26 +0000 |
commit | d401caf157746ad918d05a6cdb37ff91195a10bf (patch) | |
tree | 9a9fa71eda4a140e89352768c432cab15326d52b /x11-clocks | |
parent | 0d35d198ac204032025fcb99ac5e56006b86462d (diff) | |
download | ports-d401caf157746ad918d05a6cdb37ff91195a10bf.tar.gz ports-d401caf157746ad918d05a6cdb37ff91195a10bf.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/stopwatch/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-clocks/stopwatch/Makefile b/x11-clocks/stopwatch/Makefile index e39449353627..263db59cd707 100644 --- a/x11-clocks/stopwatch/Makefile +++ b/x11-clocks/stopwatch/Makefile @@ -11,14 +11,17 @@ DISTNAME= stopwatch MAINTAINER= ports@FreeBSD.org COMMENT= Stopwatch enables hand timing much like a physical stopwatch +LICENSE= PD + WRKSRC= ${WRKDIR}/${PORTNAME}-3.4 USES= tk:run NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/stopwatch post-patch: - ${REINPLACE_CMD} -e "s,/depot/path/wish,${WISH}," ${WRKSRC}/stopwatch + @${REINPLACE_CMD} -e "s,/depot/path/wish,${WISH}," ${WRKSRC}/stopwatch do-install: ${INSTALL_SCRIPT} ${WRKSRC}/stopwatch ${STAGEDIR}${PREFIX}/bin |