From fabd4718d0420e7dacceb015cfd21aa30f05744f Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 23 Nov 2016 12:22:26 +0000 Subject: - Add LICENSE - Add NO_ARCH - Silence patching --- x11-clocks/stopwatch/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11-clocks') 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 -- cgit