summaryrefslogtreecommitdiff
path: root/editors/emacs19
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-31 17:14:38 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-31 17:14:38 +0000
commit09be8f36615057837eb05abc1092cf9d5589bb0f (patch)
tree33e92e27c6d1bb10ad9baa5586e9a8413c0d8d82 /editors/emacs19
parentadded final install target (diff)
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
Notes
Notes: svn path=/head/; revision=49
Diffstat (limited to 'editors/emacs19')
-rw-r--r--editors/emacs19/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index 7fb17c96bafc..46bcdd234120 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/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>