From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 08:34:07 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 22A074DD; Tue, 18 Feb 2014 08:34:07 +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 0EA7D1A82; Tue, 18 Feb 2014 08:34:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1I8Y6M1022405; Tue, 18 Feb 2014 08:34:06 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1I8Y6r4022403; Tue, 18 Feb 2014 08:34:06 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402180834.s1I8Y6r4022403@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 18 Feb 2014 08:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344841 - in head/sysutils/clean: . 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-head@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 18 Feb 2014 08:34:07 -0000 Author: ehaupt Date: Tue Feb 18 08:34:06 2014 New Revision: 344841 URL: http://svnweb.freebsd.org/changeset/ports/344841 QAT: https://qat.redports.org/buildarchive/r344841/ Log: Support staging Added: head/sysutils/clean/files/ head/sysutils/clean/files/patch-Makefile (contents, props changed) Modified: head/sysutils/clean/Makefile Modified: head/sysutils/clean/Makefile ============================================================================== --- head/sysutils/clean/Makefile Tue Feb 18 08:30:53 2014 (r344840) +++ head/sysutils/clean/Makefile Tue Feb 18 08:34:06 2014 (r344841) @@ -10,8 +10,7 @@ MAINTAINER= chuck@pkix.net COMMENT= Automatically remove unwanted files USE_BZIP2= yes -MAN1= clean.1 -PLIST_FILES= bin/clean -NO_STAGE= yes +PLIST_FILES= bin/clean man/man1/clean.1.gz + .include Added: head/sysutils/clean/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/clean/files/patch-Makefile Tue Feb 18 08:34:06 2014 (r344841) @@ -0,0 +1,10 @@ +--- ./Makefile.orig 2014-02-18 09:32:39.562743602 +0100 ++++ ./Makefile 2014-02-18 09:32:58.145742130 +0100 +@@ -42,5 +42,5 @@ + PREFIX ?= /usr/local + + install: niftyclean +- $(INSTALL) -s clean $(PREFIX)/bin +- $(INSTALL) clean.1 $(PREFIX)/man/man1 ++ $(INSTALL) -s clean $(DESTDIR)$(PREFIX)/bin ++ $(INSTALL) clean.1 $(DESTDIR)$(MANPREFIX)/man/man1