summaryrefslogtreecommitdiff
path: root/lang/racket
diff options
context:
space:
mode:
authorasau <asau>2012-09-24 20:41:20 +0000
committerasau <asau>2012-09-24 20:41:20 +0000
commitfe9b7ee03848fecec1595427880eda4166f3407a (patch)
tree9dadccf845f9a5040720780e031be52c34f41e34 /lang/racket
parenteb789e5e1b9dd012df1103b6b0f5f8fd1f68e8a7 (diff)
downloadpkgsrc-fe9b7ee03848fecec1595427880eda4166f3407a.tar.gz
In fact, change from LOCALBASE to PREFIX is wrong too.
See python packages for similar usage. Revert it too.
Diffstat (limited to 'lang/racket')
-rw-r--r--lang/racket/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index b0d91aeb56c..205b5bc6e61 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/09/24 11:16:05 asau Exp $
+# $NetBSD: Makefile,v 1.19 2012/09/24 20:41:20 asau Exp $
PKGNAME= racket-5.3
DISTNAME= $(PKGNAME_NOREV)-src-unix
@@ -51,7 +51,7 @@ REPLACE_RACKET+= collects/ffi/examples/$f
REPLACE_INTERPRETER+= racket
REPLACE.racket.old= .*racket
-REPLACE.racket.new= $(PREFIX)/bin/racket
+REPLACE.racket.new= $(LOCALBASE)/bin/racket
REPLACE_FILES.racket= $(REPLACE_RACKET)
do-test: