From owner-svn-ports-head@FreeBSD.ORG Fri Jul 4 23:18:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A41713B; Fri, 4 Jul 2014 23:18:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 274062D25; Fri, 4 Jul 2014 23:18:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s64NID46046603; Fri, 4 Jul 2014 23:18:13 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s64NICA1046599; Fri, 4 Jul 2014 23:18:12 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407042318.s64NICA1046599@svn.freebsd.org> From: Adam Weinberger Date: Fri, 4 Jul 2014 23:18:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360683 - in head/x11-clocks: mouseclock wmtimer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 23:18:13 -0000 Author: adamw Date: Fri Jul 4 23:18:12 2014 New Revision: 360683 URL: http://svnweb.freebsd.org/changeset/ports/360683 QAT: https://qat.redports.org/buildarchive/r360683/ Log: Remove NOPORTDOCS. Modified: head/x11-clocks/mouseclock/Makefile head/x11-clocks/wmtimer/Makefile Modified: head/x11-clocks/mouseclock/Makefile ============================================================================== --- head/x11-clocks/mouseclock/Makefile Fri Jul 4 23:16:47 2014 (r360682) +++ head/x11-clocks/mouseclock/Makefile Fri Jul 4 23:18:12 2014 (r360683) @@ -14,10 +14,10 @@ COMMENT= Display the current time using USES= imake:notall USE_XORG= x11 +OPTIONS_DEFINE= DOCS + post-install: -.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/x11-clocks/wmtimer/Makefile ============================================================================== --- head/x11-clocks/wmtimer/Makefile Fri Jul 4 23:16:47 2014 (r360682) +++ head/x11-clocks/wmtimer/Makefile Fri Jul 4 23:18:12 2014 (r360683) @@ -23,11 +23,11 @@ USE_GNOME= gtk20 MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" +OPTIONS_DEFINE= DOCS + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmtimer ${STAGEDIR}${PREFIX}/bin -.ifndef(NOPORTDOCS) @${INSTALL} -d ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR} -.endif .include