diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-05-26 19:17:37 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-05-26 19:17:37 +0000 |
commit | 8d0398aaf9e5ead7d659409367f388cda3932bfa (patch) | |
tree | 4439e1f8d014280de18c449fb09fdadf5f984d6c /lang/drscheme | |
parent | a58a00dea28ebf1c8bd46d3f982734b7249323ce (diff) | |
download | pkgsrc-8d0398aaf9e5ead7d659409367f388cda3932bfa.tar.gz |
Use DIST_SUBDIR to find the collections to set up upon installation.
This should address PR pkg/30335.
Diffstat (limited to 'lang/drscheme')
-rw-r--r-- | lang/drscheme/Makefile | 4 |
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" |