summaryrefslogtreecommitdiff
path: root/devel/chkpt
diff options
context:
space:
mode:
authorwiz <wiz>2001-12-19 19:45:06 +0000
committerwiz <wiz>2001-12-19 19:45:06 +0000
commitf7074749138b0576eb08f8049e1782866e1a442c (patch)
tree066b3bae76106c096e0decf27a1e2a5e73b7393a /devel/chkpt
parent7e233b2da30fc27f8df1608af5957297dc25a857 (diff)
downloadpkgsrc-f7074749138b0576eb08f8049e1782866e1a442c.tar.gz
Fix compilation (problem noted in recent bulk build).
Diffstat (limited to 'devel/chkpt')
-rw-r--r--devel/chkpt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/chkpt/Makefile b/devel/chkpt/Makefile
index 1962efa083b..f15179e9da9 100644
--- a/devel/chkpt/Makefile
+++ b/devel/chkpt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 14:38:20 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/12/19 19:45:06 wiz Exp $
DISTNAME= chkpt-1.7.1
CATEGORIES= devel
@@ -10,5 +10,6 @@ MAINTAINER= wennmach@netbsd.org
COMMENT= User-level checkpointing library
HAS_CONFIGURE= yes
+CONFIGURE_ENV+= PREFIX="${PREFIX}"
.include "../../mk/bsd.pkg.mk"