From owner-svn-ports-all@FreeBSD.ORG Mon Mar 17 15:50:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15B8FC6D; Mon, 17 Mar 2014 15:50: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 DCD1E38C; Mon, 17 Mar 2014 15:50:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2HFoXAv022512; Mon, 17 Mar 2014 15:50:33 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2HFoXod022510; Mon, 17 Mar 2014 15:50:33 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201403171550.s2HFoXod022510@svn.freebsd.org> From: Emanuel Haupt Date: Mon, 17 Mar 2014 15:50:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348483 - head/net-mgmt/ciscoconf 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: Mon, 17 Mar 2014 15:50:34 -0000 Author: ehaupt Date: Mon Mar 17 15:50:33 2014 New Revision: 348483 URL: http://svnweb.freebsd.org/changeset/ports/348483 QAT: https://qat.redports.org/buildarchive/r348483/ Log: Support staging Modified: head/net-mgmt/ciscoconf/Makefile head/net-mgmt/ciscoconf/pkg-plist Modified: head/net-mgmt/ciscoconf/Makefile ============================================================================== --- head/net-mgmt/ciscoconf/Makefile Mon Mar 17 15:41:46 2014 (r348482) +++ head/net-mgmt/ciscoconf/Makefile Mon Mar 17 15:50:33 2014 (r348483) @@ -13,11 +13,8 @@ COMMENT= Fetches configuration from Cisc BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend ALL_TARGET= depend all -MAN8= ciscoconfd.8 ciscoconfr.8 -NO_STAGE= yes post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old ${CAT} ${WRKSRC}/Makefile.old | \ ${SED} -e 's#/usr/local#${PREFIX}#g' | \ @@ -25,12 +22,12 @@ post-patch: >> ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man ${PREFIX}/man/man8/ciscoconfd.8 - ${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man ${PREFIX}/man/man8/ciscoconfr.8 - -post-install: - ${MKDIR} ${PREFIX}/share/cisco/RCS + ${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man \ + ${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfd.8 + ${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man \ + ${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfr.8 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/cisco/RCS .include Modified: head/net-mgmt/ciscoconf/pkg-plist ============================================================================== --- head/net-mgmt/ciscoconf/pkg-plist Mon Mar 17 15:41:46 2014 (r348482) +++ head/net-mgmt/ciscoconf/pkg-plist Mon Mar 17 15:50:33 2014 (r348483) @@ -1,4 +1,6 @@ bin/ciscoconfd bin/ciscoconfr +man/man8/ciscoconfd.8.gz +man/man8/ciscoconfr.8.gz @dirrm share/cisco/RCS @dirrm share/cisco