diff options
-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 |