summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-09-13 06:35:06 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-09-13 06:35:06 +0000
commit884e46693a380ded39add77a85cd82f6e8646f87 (patch)
treea2ec8686ac6dc837cf52ed57da07a14a9ebf7f33 /mail
parentOk, I think I have this whole HOME_LOCATION / MASTER_SITE stuff resolved (diff)
Make the required changes to make all existing ports use MASTER_SITES
correctly.
Notes
Notes: svn path=/head/; revision=84
Diffstat (limited to 'mail')
-rw-r--r--mail/pine4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile
index eab30b66b7f4..ba9625c63b7f 100644
--- a/mail/pine4/Makefile
+++ b/mail/pine4/Makefile
@@ -3,11 +3,11 @@
# Date created: 03 September 1994
# Whom: mr
#
-# $Id: Makefile,v 1.3 1994/08/31 17:14:25 jkh Exp $
+# $Id: Makefile,v 1.3 1994/09/04 01:08:46 jkh Exp $
#
DISTNAME= pine3.90
-HOME_LOCATION= ftp://ftp.cac.washington.edu/pine/pine3.90.tar.Z
+MASTER_SITES= ftp://ftp.cac.washington.edu/pine
EXTRACT_SUFX=.tar.Z
.include <bsd.port.mk>