diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-23 20:22:26 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-23 20:22:26 +0800 |
commit | fabd4718d0420e7dacceb015cfd21aa30f05744f (patch) | |
tree | 9a9fa71eda4a140e89352768c432cab15326d52b /x11-clocks | |
parent | 6a2e03c0964fe94edbce340101a04ccdd6d73e37 (diff) | |
download | freebsd-ports-gnome-fabd4718d0420e7dacceb015cfd21aa30f05744f.tar.gz freebsd-ports-gnome-fabd4718d0420e7dacceb015cfd21aa30f05744f.tar.zst freebsd-ports-gnome-fabd4718d0420e7dacceb015cfd21aa30f05744f.zip |
- Add LICENSE
- Add NO_ARCH
- Silence patching
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 |