summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-10 01:01:09 +0000
committerjlam <jlam>2002-10-10 01:01:09 +0000
commitab8421e7610e278ec07c28a8cacfbd4cdf07c49f (patch)
tree2399291c226930979154ddf72cdfd8db4723ce29 /time
parentdcdb1ecb79824b1b2783dd61490b5d78cb640edf (diff)
downloadpkgsrc-ab8421e7610e278ec07c28a8cacfbd4cdf07c49f.tar.gz
Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME is
no longer defined by bsd.pkg.mk.
Diffstat (limited to 'time')
-rw-r--r--time/cardboard-schedule/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/cardboard-schedule/Makefile b/time/cardboard-schedule/Makefile
index ca5ee49e4a4..04134cf962f 100644
--- a/time/cardboard-schedule/Makefile
+++ b/time/cardboard-schedule/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/09/27 23:18:48 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2002/10/10 01:01:11 jlam Exp $
#
DISTNAME= cs113ins
@@ -36,7 +36,7 @@ post-extract:
post-build:
${SED} -e s,@PREFIX@,${PREFIX},g < ${FILESDIR}/csched.sh > ${WRKDIR}/csched.tmp
${SED} -e s,@LOCALBASE@,${LOCALBASE},g < ${WRKDIR}/csched.tmp > ${WRKDIR}/csched.tmp2
- ${SED} -e s,@JAVA_HOME@,${JAVA_HOME},g < ${WRKDIR}/csched.tmp2 > ${WRKDIR}/csched
+ ${SED} -e s,@JAVA_HOME@,${PKG_JAVA_HOME},g < ${WRKDIR}/csched.tmp2 > ${WRKDIR}/csched
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/cardboard-schedule