svn commit: r426899 - head/x11-clocks/stopwatch

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Nov 23 12:22:28 UTC 2016


Author: amdmi3
Date: Wed Nov 23 12:22:26 2016
New Revision: 426899
URL: https://svnweb.freebsd.org/changeset/ports/426899

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Silence patching

Modified:
  head/x11-clocks/stopwatch/Makefile

Modified: head/x11-clocks/stopwatch/Makefile
==============================================================================
--- head/x11-clocks/stopwatch/Makefile	Wed Nov 23 12:16:35 2016	(r426898)
+++ head/x11-clocks/stopwatch/Makefile	Wed Nov 23 12:22:26 2016	(r426899)
@@ -11,14 +11,17 @@ DISTNAME=	stopwatch
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list