diff options
author | L Jonas Olsson <ljo@FreeBSD.org> | 1994-11-10 19:10:57 +0000 |
---|---|---|
committer | L Jonas Olsson <ljo@FreeBSD.org> | 1994-11-10 19:10:57 +0000 |
commit | a1be96978aaa6fe2b788d0d1c209644cc7d1467f (patch) | |
tree | cc0fe39cf8eadd7e00c960a4d4e1b8da645e4b5d | |
parent | 012ee7d05c507657971226f94bfd449b1bb31815 (diff) | |
download | freebsd-ports-a1be96978aaa6fe2b788d0d1c209644cc7d1467f.zip |
Missing '/' made ncftp not find the distfile.
-rw-r--r-- | math/oleo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 73c2c8c881ac..58c61223fe5a 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -3,11 +3,11 @@ # Date created: 03 September 1994 # Whom: mr # -# $Id: Makefile,v 1.5 1994/09/14 14:12:02 jkh Exp $ +# $Id: Makefile,v 1.1.1.1 1994/10/11 18:17:00 jkh Exp $ # DISTNAME= oleo-1.6 -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ EXTRACT_SUFX=.tar.gz HAS_CONFIGURE=yes |