From owner-svn-ports-all@freebsd.org Mon Dec 28 14:02:12 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FDB1A548B6; Mon, 28 Dec 2015 14:02:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0C091F95; Mon, 28 Dec 2015 14:02:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSE2AxY014030; Mon, 28 Dec 2015 14:02:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSE2Ai9014029; Mon, 28 Dec 2015 14:02:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512281402.tBSE2Ai9014029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 28 Dec 2015 14:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404632 - head/x11-clocks/wmfuzzy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 14:02:12 -0000 Author: amdmi3 Date: Mon Dec 28 14:02:10 2015 New Revision: 404632 URL: https://svnweb.freebsd.org/changeset/ports/404632 Log: - Switch to USES=tar - Switch to WRKSRC_SUBDIR - Switch to options helpers Modified: head/x11-clocks/wmfuzzy/Makefile Modified: head/x11-clocks/wmfuzzy/Makefile ============================================================================== --- head/x11-clocks/wmfuzzy/Makefile Mon Dec 28 14:01:59 2015 (r404631) +++ head/x11-clocks/wmfuzzy/Makefile Mon Dec 28 14:02:10 2015 (r404632) @@ -6,22 +6,25 @@ PORTVERSION= 0.7.1 PORTREVISION= 3 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://www.manicai.net/comp/wmfuzzy/assets/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Fuzzy clock WindowMaker dockapp LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/${DISTNAME}/src - +USES= tar:tgz USE_XORG= xpm +WRKSRC_SUBDIR= src PORTDOCS= README PLIST_FILES= bin/wmfuzzy +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR}