From owner-svn-ports-all@FreeBSD.ORG Sun Feb 2 15:20:49 2014 Return-Path: Delivered-To: svn-ports-all@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 4E30983D; Sun, 2 Feb 2014 15:20:49 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2035A1482; Sun, 2 Feb 2014 15:20:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s12FKmcc000327; Sun, 2 Feb 2014 15:20:48 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s12FKmxE000324; Sun, 2 Feb 2014 15:20:48 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402021520.s12FKmxE000324@svn.freebsd.org> From: Martin Wilke Date: Sun, 2 Feb 2014 15:20:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342316 - in head: editors/tweak graphics/quat misc/cave 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.17 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: Sun, 02 Feb 2014 15:20:49 -0000 Author: miwi Date: Sun Feb 2 15:20:48 2014 New Revision: 342316 URL: http://svnweb.freebsd.org/changeset/ports/342316 QAT: https://qat.redports.org/buildarchive/r342316/ Log: - Stage support Modified: head/editors/tweak/Makefile head/graphics/quat/Makefile head/misc/cave/Makefile Modified: head/editors/tweak/Makefile ============================================================================== --- head/editors/tweak/Makefile Sun Feb 2 15:20:05 2014 (r342315) +++ head/editors/tweak/Makefile Sun Feb 2 15:20:48 2014 (r342316) @@ -9,12 +9,10 @@ MASTER_SITES= http://www.chiark.greenend MAINTAINER= ports@FreeBSD.org COMMENT= An efficient hex editor -MAN1= tweak.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/tweak +PLIST_FILES= bin/tweak \ + man/man1/tweak.1.gz MAKEFILE= ${FILESDIR}/Makefile.in MAKE_ENV+= BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man" -NO_STAGE= yes .include Modified: head/graphics/quat/Makefile ============================================================================== --- head/graphics/quat/Makefile Sun Feb 2 15:20:05 2014 (r342315) +++ head/graphics/quat/Makefile Sun Feb 2 15:20:48 2014 (r342316) @@ -21,7 +21,6 @@ CONFIGURE_ARGS= --disable-gui \ PORTDOCS= * PLIST_FILES= bin/quat-txt -NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} @@ -43,10 +42,8 @@ post-patch: ${WRKSRC}/Makefile.in post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -.endif .include Modified: head/misc/cave/Makefile ============================================================================== --- head/misc/cave/Makefile Sun Feb 2 15:20:05 2014 (r342315) +++ head/misc/cave/Makefile Sun Feb 2 15:20:48 2014 (r342316) @@ -11,10 +11,9 @@ COMMENT= Character Animation Viewer for GNU_CONFIGURE= yes -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + man/man1/cave.1.gz -NO_STAGE= yes post-patch: @${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1