diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-31 17:14:38 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-31 17:14:38 +0000 |
commit | 53dbe51cb2e56597a06e59aaf3f6c5068bbe5a5b (patch) | |
tree | f1c4f6a1fdcc31695e8f3f3a68fdfec048986204 /editors/emacs22 | |
parent | 6a3bbcd6253b44cae86f7a92a9a5d9d560724f7b (diff) | |
download | FreeBSD-ports-53dbe51cb2e56597a06e59aaf3f6c5068bbe5a5b.zip FreeBSD-ports-53dbe51cb2e56597a06e59aaf3f6c5068bbe5a5b.tar.gz |
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/emacs22')
-rw-r--r-- | editors/emacs22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 7fb17c9..46bcdd2 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -3,13 +3,13 @@ # Date created: 20 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $ +# $Id: Makefile,v 1.2 1994/08/21 15:09:47 jkh Exp $ # DISTNAME= emacs-19.25 USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= i386--freebsd -HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu +HOME_LOCATION= ftp://prep.ai.mit.edu/pub/gnu/emacs-19.25.tar.gz .include <bsd.port.mk> |