From owner-svn-ports-all@FreeBSD.ORG Tue Feb 25 14:50:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E7AF4C1; Tue, 25 Feb 2014 14:50:58 +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 3B39311E0; Tue, 25 Feb 2014 14:50:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1PEowqD056054; Tue, 25 Feb 2014 14:50:58 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1PEowUw056053; Tue, 25 Feb 2014 14:50:58 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402251450.s1PEowUw056053@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 25 Feb 2014 14:50:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346014 - head/sysutils/pftop 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: Tue, 25 Feb 2014 14:50:58 -0000 Author: ehaupt Date: Tue Feb 25 14:50:57 2014 New Revision: 346014 URL: http://svnweb.freebsd.org/changeset/ports/346014 QAT: https://qat.redports.org/buildarchive/r346014/ Log: Support staging Modified: head/sysutils/pftop/Makefile Modified: head/sysutils/pftop/Makefile ============================================================================== --- head/sysutils/pftop/Makefile Tue Feb 25 14:47:13 2014 (r346013) +++ head/sysutils/pftop/Makefile Tue Feb 25 14:50:57 2014 (r346014) @@ -10,11 +10,6 @@ MASTER_SITES= http://www.eee.metu.edu.tr MAINTAINER= araujo@FreeBSD.org COMMENT= Utility for real-time display of statistics for pf -MAN8= pftop.8 - -MANCOMPRESSED= no - -NO_STAGE= yes .include .if ${OSVERSION} < 900039 @@ -38,7 +33,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- MAKE_ARGS+= CSTD=gnu89 MAKE_ENV+= __MAKE_CONF=/dev/null -PLIST_FILES= sbin/pftop +PLIST_FILES= sbin/pftop man/man8/pftop.8.gz post-patch: @${REINPLACE_CMD} -e 's||"${FILESDIR}/queue.h"|g' \ @@ -49,7 +44,7 @@ post-patch: ${WRKSRC}/sf-gencode.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pftop ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/pftop.8 ${PREFIX}/man/man8 + ${INSTALL_PROGRAM} ${WRKSRC}/pftop ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/pftop.8 ${STAGEDIR}${MANPREFIX}/man/man8 .include