diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-01 01:14:38 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-01 01:14:38 +0800 |
commit | 53dbe51cb2e56597a06e59aaf3f6c5068bbe5a5b (patch) | |
tree | f1c4f6a1fdcc31695e8f3f3a68fdfec048986204 /editors/jove | |
parent | 6a3bbcd6253b44cae86f7a92a9a5d9d560724f7b (diff) | |
download | freebsd-ports-gnome-53dbe51cb2e56597a06e59aaf3f6c5068bbe5a5b.tar.gz freebsd-ports-gnome-53dbe51cb2e56597a06e59aaf3f6c5068bbe5a5b.tar.zst freebsd-ports-gnome-53dbe51cb2e56597a06e59aaf3f6c5068bbe5a5b.zip |
Change all the HOME_LOCATION records to HTML spec. Now if someone
can just give me a little utility that ftps things based on an
ftp://... spec (connects as anonymous, fetches by full path, etc)
I might be able to make bsd.port.mk DTRT automagically.
Submitted by: jkh
Diffstat (limited to 'editors/jove')
-rw-r--r-- | editors/jove/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index afe9ed340017..d2ad10e93169 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -3,10 +3,10 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:28 jkh Exp $ # DISTNAME= jove-4.14.6 -HOME_LOCATION= freebsd.cdrom.com:~ftp/pub/bsd-sources/4.4BSD-Lite/usr/src/contrib +HOME_LOCATION= ftp://freebsd.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/contrib/jove-4.16.6 .include <bsd.port.mk> |