diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-19 08:41:56 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-19 08:41:56 +0000 |
commit | 935b33ad5909f5b7de0abed5988899938bfd6027 (patch) | |
tree | f00159d59607513eb74f52f93ffe7cb6d507594a | |
parent | c116e8213fff874ab199fe2e58a6df0e249c2a86 (diff) | |
download | ports-935b33ad5909f5b7de0abed5988899938bfd6027.tar.gz ports-935b33ad5909f5b7de0abed5988899938bfd6027.zip |
Notes
-rw-r--r-- | devel/f77flow/Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/devel/f77flow/Makefile b/devel/f77flow/Makefile index 854860334540..31f8fcd514b3 100644 --- a/devel/f77flow/Makefile +++ b/devel/f77flow/Makefile @@ -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> |