Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 12:22:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426899 - head/x11-clocks/stopwatch
Message-ID:  <201611231222.uANCMQGt018602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231222.uANCMQGt018602>