aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-23 12:22:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-11-23 12:22:26 +0000
commitd401caf157746ad918d05a6cdb37ff91195a10bf (patch)
tree9a9fa71eda4a140e89352768c432cab15326d52b /x11-clocks
parent0d35d198ac204032025fcb99ac5e56006b86462d (diff)
downloadports-d401caf157746ad918d05a6cdb37ff91195a10bf.tar.gz
ports-d401caf157746ad918d05a6cdb37ff91195a10bf.zip
- Add LICENSE
- Add NO_ARCH - Silence patching
Notes
Notes: svn path=/head/; revision=426899
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/stopwatch/Makefile5
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