summaryrefslogtreecommitdiff
path: root/devel/chkpt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-12-19 19:45:06 +0000
committerwiz <wiz@pkgsrc.org>2001-12-19 19:45:06 +0000
commitaea45739e192f78c64c505153d6193aaee2a3256 (patch)
tree066b3bae76106c096e0decf27a1e2a5e73b7393a /devel/chkpt
parentfb268bc894bb427004f79969974cff5f68af3f71 (diff)
downloadpkgsrc-aea45739e192f78c64c505153d6193aaee2a3256.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"