summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/qcheck/Makefile6
1 files changed, 3 insertions, 3 deletions
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"