Date: Tue, 18 Feb 2014 10:26:43 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344859 - in head/devel/pty: . files Message-ID: <201402181026.s1IAQhlj067232@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181026.s1IAQhlj067232>