From owner-svn-ports-all@FreeBSD.ORG Tue Mar 18 07:38:34 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 CC353A9C; Tue, 18 Mar 2014 07:38:34 +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 B92DE6D1; Tue, 18 Mar 2014 07:38:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2I7cYFa012781; Tue, 18 Mar 2014 07:38:34 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2I7cYvs012779; Tue, 18 Mar 2014 07:38:34 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201403180738.s2I7cYvs012779@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 18 Mar 2014 07:38:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348516 - head/editors/edith 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, 18 Mar 2014 07:38:34 -0000 Author: ehaupt Date: Tue Mar 18 07:38:34 2014 New Revision: 348516 URL: http://svnweb.freebsd.org/changeset/ports/348516 QAT: https://qat.redports.org/buildarchive/r348516/ Log: Support staging Modified: head/editors/edith/Makefile head/editors/edith/pkg-plist Modified: head/editors/edith/Makefile ============================================================================== --- head/editors/edith/Makefile Tue Mar 18 07:31:13 2014 (r348515) +++ head/editors/edith/Makefile Tue Mar 18 07:38:34 2014 (r348516) @@ -19,22 +19,17 @@ USE_LINUX_APPS= xorglibs RESTRICTED= Redistribution not allowed NO_BUILD= yes -MAN1= edith.1 -MANCOMPRESSED= no - WRKSRC= ${WRKDIR}/edith EDITHDIR= ${PREFIX}/lib/edith -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/edith ${PREFIX}/bin - ${MKDIR} ${EDITHDIR} - ${MKDIR} ${EDITHDIR}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/bin/edi* ${EDITHDIR}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/edith ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${EDITHDIR}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/edi* ${STAGEDIR}${EDITHDIR}/bin .for i in defaults help - ${MKDIR} ${EDITHDIR}/${i} - ${INSTALL_DATA} ${WRKSRC}/${i}/* ${EDITHDIR}/${i} + @${MKDIR} ${STAGEDIR}${EDITHDIR}/${i} + ${INSTALL_DATA} ${WRKSRC}/${i}/* ${STAGEDIR}${EDITHDIR}/${i} .endfor - ${INSTALL_MAN} ${WRKSRC}/edith.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/edith.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Modified: head/editors/edith/pkg-plist ============================================================================== --- head/editors/edith/pkg-plist Tue Mar 18 07:31:13 2014 (r348515) +++ head/editors/edith/pkg-plist Tue Mar 18 07:38:34 2014 (r348516) @@ -72,6 +72,7 @@ lib/edith/help/trouble.html lib/edith/help/undoredo.html lib/edith/help/welcome.html lib/edith/help/windowsmenu.html +man/man1/edith.1.gz @dirrm lib/edith/bin @dirrm lib/edith/defaults @dirrm lib/edith/help