aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2009-07-30 07:52:29 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2009-07-30 07:52:29 +0000
commit4af9af4921c48c66b04f46704a571950a1693f42 (patch)
treeb4140aea3c873c63c48dd367c5c9494345098ea4
parent56c9f7042df562b62c2e65975054d698abb03daf (diff)
downloadports-4af9af4921c48c66b04f46704a571950a1693f42.tar.gz
ports-4af9af4921c48c66b04f46704a571950a1693f42.zip
Notes
-rw-r--r--lang/g95/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile
index e8ae2903867a..e8d6ef767967 100644
--- a/lang/g95/Makefile
+++ b/lang/g95/Makefile
@@ -30,7 +30,7 @@ LIBF95= libf95.a-${G95VERSION}
CONFIGURE_ARGS+=--with-gcc-dir=${GCCBUILDDIR}
-PLIST_FILES= bin/g95 bin/f95 lib/libf95.a
+PLIST_FILES= bin/g95 bin/f95 bin/f951 lib/libf95.a
PORTDOCS= G95Manual.pdf
.include <bsd.port.pre.mk>
@@ -58,6 +58,7 @@ post-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/g95 ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/f951 ${PREFIX}/bin
${LN} -fs ${PREFIX}/bin/g95 ${PREFIX}/bin/f95
${INSTALL_DATA} ${WRKSRC}/${LIBF95}/libf95.a ${PREFIX}/lib