Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 08:41:57 +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: r345024 - head/devel/f77flow
Message-ID:  <201402190841.s1J8fvfG029228@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402190841.s1J8fvfG029228>