From owner-svn-ports-all@FreeBSD.ORG Sat Jun 7 02:46:35 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 BFF0A30D; Sat, 7 Jun 2014 02:46:35 +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 AD72A2E06; Sat, 7 Jun 2014 02:46:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s572kZBT021188; Sat, 7 Jun 2014 02:46:35 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s572kZHd021186; Sat, 7 Jun 2014 02:46:35 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406070246.s572kZHd021186@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 7 Jun 2014 02:46:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356877 - in head/devel/cgprof: . files 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.18 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: Sat, 07 Jun 2014 02:46:35 -0000 Author: vanilla Date: Sat Jun 7 02:46:34 2014 New Revision: 356877 URL: http://svnweb.freebsd.org/changeset/ports/356877 QAT: https://qat.redports.org/buildarchive/r356877/ Log: Stagify. Added: head/devel/cgprof/files/ head/devel/cgprof/files/patch-Makefile (contents, props changed) Modified: head/devel/cgprof/Makefile Modified: head/devel/cgprof/Makefile ============================================================================== --- head/devel/cgprof/Makefile Sat Jun 7 02:33:32 2014 (r356876) +++ head/devel/cgprof/Makefile Sat Jun 7 02:46:34 2014 (r356877) @@ -16,8 +16,6 @@ RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk NO_BUILD= yes MAKE_ENV= prefix=${PREFIX} -MAN1= cgprof.1 -PLIST_FILES= bin/cgprof +PLIST_FILES= bin/cgprof man/man1/${PORTNAME}.1.gz -NO_STAGE= yes .include Added: head/devel/cgprof/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cgprof/files/patch-Makefile Sat Jun 7 02:46:34 2014 (r356877) @@ -0,0 +1,15 @@ +--- Makefile.orig 2014-06-07 10:44:39.760142355 +0800 ++++ Makefile 2014-06-07 10:45:04.495140272 +0800 +@@ -1,9 +1,9 @@ + prefix ?= /usr/local + + install: cgprof.1 cgprof +- mkdir -p $(prefix)/bin $(prefix)/man/man1 +- cp -p cgprof $(prefix)/bin/ +- cp -p cgprof.1 $(prefix)/man/man1/cgprof.1 ++ mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/man/man1 ++ cp -p cgprof $(DESTDIR)$(prefix)/bin/ ++ cp -p cgprof.1 $(DESTDIR)$(prefix)/man/man1/cgprof.1 + + cgprof.1: cgprof.txt + txt2man -p cgprof.txt > cgprof.1