From owner-cvs-ports Tue Oct 10 00:28:15 1995 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA20001 for cvs-ports-outgoing; Tue, 10 Oct 1995 00:28:15 -0700 Received: (from asami@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA19986 ; Tue, 10 Oct 1995 00:28:12 -0700 Date: Tue, 10 Oct 1995 00:28:12 -0700 From: Satoshi Asami Message-Id: <199510100728.AAA19986@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/news/nntp Makefile Sender: owner-cvs-ports@FreeBSD.org Precedence: bulk asami 95/10/10 00:28:11 Modified: news/nntp Makefile Log: Use BUILD_DEPENDS on ${PREFIX}/libexec/ctime instead of .if !exists(${PREFIX}/...), this is not a very clean solution but the previous version simply didn't work because ${PREFIX} wouldn't be substituted at this point.