diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-13 06:35:06 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-13 06:35:06 +0000 |
commit | 1db358559f531b1fd7fdcde355d6e6d8138fc877 (patch) | |
tree | efc7ba08422ed3395eb5393dd60dddb23f853df7 /mail/pine4 | |
parent | f7f654b6cea4e50737a129854379f24cae18287b (diff) | |
download | FreeBSD-ports-1db358559f531b1fd7fdcde355d6e6d8138fc877.zip FreeBSD-ports-1db358559f531b1fd7fdcde355d6e6d8138fc877.tar.gz |
Make the required changes to make all existing ports use MASTER_SITES
correctly.
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index eab30b6..ba9625c6 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> |