diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-13 06:35:06 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-13 06:35:06 +0000 |
commit | 884e46693a380ded39add77a85cd82f6e8646f87 (patch) | |
tree | a2ec8686ac6dc837cf52ed57da07a14a9ebf7f33 /editors/jove | |
parent | 491e992bb5eff39fdd22f6374c4d30132d6721ab (diff) |
Make the required changes to make all existing ports use MASTER_SITES
correctly.
Notes
Notes:
svn path=/head/; revision=84
Diffstat (limited to 'editors/jove')
-rw-r--r-- | editors/jove/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index d2ad10e93169..3168745ceb86 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -3,10 +3,9 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:28 jkh Exp $ +# $Id: Makefile,v 1.2 1994/08/31 17:14:31 jkh Exp $ # DISTNAME= jove-4.14.6 -HOME_LOCATION= ftp://freebsd.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/contrib/jove-4.16.6 .include <bsd.port.mk> |