diff options
author | ljo <ljo@FreeBSD.org> | 1994-11-11 03:10:57 +0800 |
---|---|---|
committer | ljo <ljo@FreeBSD.org> | 1994-11-11 03:10:57 +0800 |
commit | cc674c73d44ee3c8ff191ce9cc93d36794f52391 (patch) | |
tree | 8cf9a46b37a48a8c0d4566d2774a2b6e75da75e9 /math | |
parent | 8f2f4ab4f956d10104681661162e83b028d694b3 (diff) | |
download | freebsd-ports-gnome-cc674c73d44ee3c8ff191ce9cc93d36794f52391.tar.gz freebsd-ports-gnome-cc674c73d44ee3c8ff191ce9cc93d36794f52391.tar.zst freebsd-ports-gnome-cc674c73d44ee3c8ff191ce9cc93d36794f52391.zip |
Missing '/' made ncftp not find the distfile.
Diffstat (limited to 'math')
-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 |