summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-01 00:59:35 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-12-01 00:59:35 +0000
commitc2173a8ee9553ed256ebb0c44389b955e56ac2f6 (patch)
tree6547633fc19d1a89168108c87cb49fecc9cc5c5a /lang
parento USE_AUTO* police sweep (diff)
o Return maintainer to ports
o House distfile under MASTER_SITE_LOCAL since it is no longer available anywhere else PR: 32416 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=50789
Diffstat (limited to 'lang')
-rw-r--r--lang/f77/Makefile5
-rw-r--r--lang/f77/pkg-descr3
2 files changed, 3 insertions, 5 deletions
diff --git a/lang/f77/Makefile b/lang/f77/Makefile
index 7917ecd001dc..44d09c3cbf93 100644
--- a/lang/f77/Makefile
+++ b/lang/f77/Makefile
@@ -8,10 +8,11 @@
PORTNAME= f77
PORTVERSION= 0.3
CATEGORIES= lang
-MASTER_SITES= ftp://troutmask.apl.washington.edu/pub/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= lioux
DISTNAME= f77-freebsd.0.3
-MAINTAINER= kargl@troutmask.apl.washington.edu
+MAINTAINER= ports@FreeBSD.org
.ifdef GNU_CPP
RUN_DEPENDS= ${PREFIX}/bin/f2c:${PORTSDIR}/lang/f2c
diff --git a/lang/f77/pkg-descr b/lang/f77/pkg-descr
index bd853e2baaa6..28527fcc9e52 100644
--- a/lang/f77/pkg-descr
+++ b/lang/f77/pkg-descr
@@ -3,6 +3,3 @@ install and use Sun microsystem's fpp Fortran 77 preprocessor;
the driver can be built to use cpp instead. The driver recognizes
all f2c and fpp (or cpp) options that could be used in the context
of compiling Fortran 77 source code.
-
-Steve
-kargl@troutmask.apl.washington.edu