From 1ba8de5f79d8160029a0adbd8aab583b5e657820 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 9 Jul 2001 17:37:43 +0000 Subject: Set NO_BIN_ON_FTP for the reason described in the Makefile comment: # Since this package will be named, for instance, p5-perl-headers-1.5.1, # binary packages on a FTP server (where only "1.5" is used as the directory # name) will be ambiguous. A user of 1.5 may mistakenly install the # perl-headers-1.5.1 pkg by use of the automatic "best version" logic. --- devel/p5-perl-headers/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'devel/p5-perl-headers/Makefile') diff --git a/devel/p5-perl-headers/Makefile b/devel/p5-perl-headers/Makefile index ec6aede4024..69e2ed4e050 100644 --- a/devel/p5-perl-headers/Makefile +++ b/devel/p5-perl-headers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/05/19 03:56:33 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/07/09 17:37:43 tv Exp $ DISTNAME= p5-perl-headers PKGNAME= ${DISTNAME}-${OS_VERSION} @@ -19,6 +19,13 @@ NO_CHECKSUM= # defined NO_PATCH= # defined NO_CONFIGURE= # defined +# Since this package will be named, for instance, p5-perl-headers-1.5.1, +# binary packages on a FTP server (where only "1.5" is used as the directory +# name) will be ambiguous. A user of 1.5 may mistakenly install the +# perl-headers-1.5.1 pkg by use of the automatic "best version" logic. + +NO_BIN_ON_FTP= FTP servers do not distinguish A.B.X revisions of versions + do-build: ${MKDIR} ${WRKSRC}/h2ph ${RM} -f ${WRKSRC}/h2ph_log ${WRKSRC}/packlist -- cgit v1.2.3