summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjschauma <jschauma>2005-05-26 19:17:37 +0000
committerjschauma <jschauma>2005-05-26 19:17:37 +0000
commit81c8ae81794e6e500516609f4ae1a19e75040e8a (patch)
tree4439e1f8d014280de18c449fb09fdadf5f984d6c /lang
parent93e4b700d8fa580402b4f0a20efac8fb127ec55f (diff)
downloadpkgsrc-81c8ae81794e6e500516609f4ae1a19e75040e8a.tar.gz
Use DIST_SUBDIR to find the collections to set up upon installation.
This should address PR pkg/30335.
Diffstat (limited to 'lang')
-rw-r--r--lang/drscheme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile
index a077c522168..16064ee890d 100644
--- a/lang/drscheme/Makefile
+++ b/lang/drscheme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/05/22 20:08:09 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2005/05/26 19:17:37 jschauma Exp $
#
DISTNAME= plt-${DRSCHEME_VERSION}-src-unix
@@ -65,7 +65,7 @@ post-install:
@cd ${PREFIX}/bin && ${LN} -s ../lib/plt/bin/$f
.endfor
.for f in ${DOCFILES}
- ${PREFIX}/bin/setup-plt ${DISTDIR}/$f
+ ${PREFIX}/bin/setup-plt ${DISTDIR}/${DIST_SUBDIR}/$f
.endfor
.include "../../graphics/MesaLib/buildlink3.mk"