From owner-freebsd-ports Thu Feb 10 14: 7:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.Surf1.de [194.25.165.21]) by builder.freebsd.org (Postfix) with ESMTP id 2A0A145A3 for ; Thu, 10 Feb 2000 14:07:28 -0800 (PST) Received: from cichlids.com (pC19F5484.dip0.t-ipconnect.de [193.159.84.132]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id XAA04216 for ; Thu, 10 Feb 2000 23:07:05 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 2E5FFAC26 for ; Thu, 10 Feb 2000 23:07:46 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id XAA19391 for ports@freebsd.org; Thu, 10 Feb 2000 23:08:31 +0100 (CET) (envelope-from alex) Date: Thu, 10 Feb 2000 23:08:31 +0100 From: Alexander Langer To: ports@freebsd.org Subject: fix misc/gweather (bentofied) Message-ID: <20000210230831.A19387@cichlids.cichlids.com> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR" X-Mailer: Mutt 1.0.1i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Hello! you can't use cp scripts/* , since scripts/CVS is a directory. The committer who tested the new port hadn't to deal with this, so he couldn't find that error. Fix: Just copy both files by name. Attached. Alex -- I need a new ~/.sig. --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.diff" --- Makefile.old Thu Feb 10 23:02:32 2000 +++ Makefile Thu Feb 10 23:05:29 2000 @@ -33,6 +33,7 @@ post-extract: @${RM} -f ${WRKDIR}/gweather-0.05/install-sh @${RM} -f ${WRKDIR}/gweather-0.05/mkinstalldirs - @${CP} ${SCRIPTDIR}/* ${WRKDIR}/gweather-0.05/ + @${CP} ${SCRIPTDIR}/install.sh ${WRKDIR}/gweather-0.05/ + @${CP} ${SCRIPTDIR}/mkinstalldirs ${WRKDIR}/gweather-0.05/ .include --T4sUOijqQbZv57TR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message