From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 10:26:44 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 0A91C6FC; Tue, 18 Feb 2014 10:26:44 +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 E946F1482; Tue, 18 Feb 2014 10:26:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1IAQhEk067234; Tue, 18 Feb 2014 10:26:43 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1IAQhlj067232; Tue, 18 Feb 2014 10:26:43 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402181026.s1IAQhlj067232@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 18 Feb 2014 10:26:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344859 - in head/devel/pty: . 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 10:26:44 -0000 Author: ehaupt Date: Tue Feb 18 10:26:43 2014 New Revision: 344859 URL: http://svnweb.freebsd.org/changeset/ports/344859 QAT: https://qat.redports.org/buildarchive/r344859/ Log: Support staging. Added: head/devel/pty/files/ head/devel/pty/files/patch-Makefile (contents, props changed) Modified: head/devel/pty/Makefile Modified: head/devel/pty/Makefile ============================================================================== --- head/devel/pty/Makefile Tue Feb 18 10:24:29 2014 (r344858) +++ head/devel/pty/Makefile Tue Feb 18 10:26:43 2014 (r344859) @@ -9,10 +9,6 @@ MASTER_SITES= http://www.mammothcheese.c MAINTAINER= jimmy@mammothcheese.ca COMMENT= Helps debug programs which fiddle with their tty settings -MAN1= pty.1 -MANCOMPRESSED= yes +PLIST_FILES= bin/pty man/man1/pty.1.gz -PLIST_FILES= bin/pty - -NO_STAGE= yes .include Added: head/devel/pty/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pty/files/patch-Makefile Tue Feb 18 10:26:43 2014 (r344859) @@ -0,0 +1,13 @@ +--- ./Makefile.orig 2014-02-18 11:25:22.776279198 +0100 ++++ ./Makefile 2014-02-18 11:25:42.052279336 +0100 +@@ -12,8 +12,8 @@ + + install: pty + gzip pty.1 +- ${INSTALL_MAN} pty.1.gz ${PREFIX}/man/man1/ +- ${INSTALL_PROGRAM} pty ${PREFIX}/bin ++ ${INSTALL_MAN} pty.1.gz ${DESTDIR}${MANPREFIX}/man/man1/ ++ ${INSTALL_PROGRAM} pty ${DESTDIR}${PREFIX}/bin + + deinstall: + rm -r ${PREFIX}/bin/pty