mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
000e8742eb
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.
14 lines
284 B
Makefile
14 lines
284 B
Makefile
# New ports collection makefile for: pine
|
|
# Version required: 3.90
|
|
# Date created: 03 September 1994
|
|
# Whom: mr
|
|
#
|
|
# $Id: Makefile,v 1.4 1994/09/13 06:34:51 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= pine3.90
|
|
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/
|
|
EXTRACT_SUFX=.tar.Z
|
|
|
|
.include <bsd.port.mk>
|