Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2000 23:08:31 +0100
From:      Alexander Langer <alex@big.endian.de>
To:        ports@freebsd.org
Subject:   fix misc/gweather (bentofied)
Message-ID:  <20000210230831.A19387@cichlids.cichlids.com>

next in thread | raw e-mail | index | archive | help

--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii

Hello!

you can't use
cp scripts/* <target>, 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 <bsd.port.mk>

--T4sUOijqQbZv57TR--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000210230831.A19387>