From bbaddbf364b580ac59b5f569b5d3024dc2a35e79 Mon Sep 17 00:00:00 2001 From: zuntum Date: Sun, 1 Apr 2001 21:18:54 +0000 Subject: Use WRKSRC when compiling/installing instead of WRKDIR --- mail/qcheck/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/qcheck') diff --git a/mail/qcheck/Makefile b/mail/qcheck/Makefile index a7e433e7ade..b8884d368f1 100644 --- a/mail/qcheck/Makefile +++ b/mail/qcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/12 21:39:49 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/01 21:18:54 zuntum Exp $ # DISTNAME= qcheck @@ -12,9 +12,9 @@ COMMENT= Text-only biff with Maildir support NO_CONFIGURE= YES do-build: - ${CC} ${CFLAGS} ${WRKDIR}/qcheck/qcheck.c -o ${WRKDIR}/qcheck/qcheck + ${CC} ${CFLAGS} ${WRKSRC}/qcheck.c -o ${WRKSRC}/qcheck do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/qcheck/qcheck ${PREFIX}/bin/qcheck + ${INSTALL_PROGRAM} ${WRKSRC}/qcheck ${PREFIX}/bin/qcheck .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3