From owner-cvs-ports Fri Dec 12 23:05:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA01013 for cvs-ports-outgoing; Fri, 12 Dec 1997 23:05:37 -0800 (PST) (envelope-from owner-cvs-ports) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA00916; Fri, 12 Dec 1997 23:03:49 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA01560; Fri, 12 Dec 1997 23:01:39 -0800 (PST) Date: Fri, 12 Dec 1997 23:01:39 -0800 (PST) Message-Id: <199712130701.XAA01560@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/x11/mlclock Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1997/12/12 23:01:39 PST Modified files: x11/mlclock Makefile Log: (1) Define WRKSRC so it actually works. (2) The "copy extra file to ${PATCHDIR}" trick doesn't work well if ${PATCHDIR} doesn't exist. Also, you need to delete the patch in pre-clean. In addition, it may give problems to people who are trying to build this on a read-only medium. Solve all the above problems by calling ${PATCH_CMD} ${PATCH_ARGS} directly on the patch in ${FILESDIR}. Also, make the message a little clearer about what's going on. Revision Changes Path 1.2 +7 -4 ports/x11/mlclock/Makefile