From owner-svn-ports-all@FreeBSD.ORG Wed Feb 19 08:41:57 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 4CAD98DF; Wed, 19 Feb 2014 08:41:57 +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 39B341A25; Wed, 19 Feb 2014 08:41:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1J8fvYm029229; Wed, 19 Feb 2014 08:41:57 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1J8fvfG029228; Wed, 19 Feb 2014 08:41:57 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402190841.s1J8fvfG029228@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 19 Feb 2014 08:41:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345024 - head/devel/f77flow 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: Wed, 19 Feb 2014 08:41:57 -0000 Author: ehaupt Date: Wed Feb 19 08:41:56 2014 New Revision: 345024 URL: http://svnweb.freebsd.org/changeset/ports/345024 QAT: https://qat.redports.org/buildarchive/r345024/ Log: Support staging Modified: head/devel/f77flow/Makefile Modified: head/devel/f77flow/Makefile ============================================================================== --- head/devel/f77flow/Makefile Wed Feb 19 08:41:56 2014 (r345023) +++ head/devel/f77flow/Makefile Wed Feb 19 08:41:56 2014 (r345024) @@ -1,23 +1,21 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ -PORTNAME= f77flow -PORTVERSION= 0.12 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SUNSITE} +PORTNAME= f77flow +PORTVERSION= 0.12 +PORTREVISION= 1 +CATEGORIES= devel +MASTER_SITES= SUNSITE MASTER_SITE_SUBDIR= devel/lang/fortran -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Analyze the structure of a fortran77 program ALL_TARGET= -MAN1= flow.1 -PLIST_FILES= bin/flow +PLIST_FILES= bin/flow man/man1/flow.1.gz -NO_STAGE= yes do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/flow ${PREFIX}/bin/flow - @ ${INSTALL_MAN} ${WRKSRC}/flow.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/flow ${STAGEDIR}${PREFIX}/bin/flow + ${INSTALL_MAN} ${WRKSRC}/flow.1 ${STAGEDIR}${PREFIX}/man/man1 .include