diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-01 08:59:35 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-01 08:59:35 +0800 |
commit | f553acffed1171c90928b3588030f6c20ae1934d (patch) | |
tree | f3f786644df4504f936f32c709a9bf72f9afe635 | |
parent | 9cb9f307702454610e11d26a1a4fd7011dbab332 (diff) | |
download | freebsd-ports-gnome-f553acffed1171c90928b3588030f6c20ae1934d.tar.gz freebsd-ports-gnome-f553acffed1171c90928b3588030f6c20ae1934d.tar.zst freebsd-ports-gnome-f553acffed1171c90928b3588030f6c20ae1934d.zip |
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
-rw-r--r-- | lang/f77/Makefile | 5 | ||||
-rw-r--r-- | lang/f77/pkg-descr | 3 |
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 |