diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 14:12:45 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 14:12:45 +0000 |
commit | 000e8742eb4a8fee1903508da03e4e7880fcdc08 (patch) | |
tree | 20a1985e26e899133ea1c7df588ff44e521ee923 /mail/pine4 | |
parent | 9ae9a60331d5c6e7f2e6c58d2dd0dd35030f2866 (diff) |
Several changes across all ports:
1. Make MASTER_SITES entries contain a trailing /. Garrett says that
assuming a '/' seperator between entries in MASTER_SITES and entries
in DISTFILES is a dangerous assumption. This will also be taken
out of bsd.port.mk.
2. General clean-up. Some of these Makefiles were a little grim.
Make sure they're all in sync with the sometimes rapidly changing
bsd.port.mk! :)
3. Some small configuration tweaks to keep them compiling under the
most recent 2.0 - some things seem to have broken along our road
to release.
Notes
Notes:
svn path=/head/; revision=93
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 ba9625c63b7f..4dbfca3f4622 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/09/04 01:08:46 jkh Exp $ +# $Id: Makefile,v 1.4 1994/09/13 06:34:51 jkh Exp $ # DISTNAME= pine3.90 -MASTER_SITES= ftp://ftp.cac.washington.edu/pine +MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ EXTRACT_SUFX=.tar.Z .include <bsd.port.mk> |