pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/drscheme Use DIST_SUBDIR to find the collections ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f8c7f0f7509
branches:  trunk
changeset: 494636:7f8c7f0f7509
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu May 26 19:17:37 2005 +0000

description:
Use DIST_SUBDIR to find the collections to set up upon installation.
This should address PR pkg/30335.

diffstat:

 lang/drscheme/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 52ee4b358bf7 -r 7f8c7f0f7509 lang/drscheme/Makefile
--- a/lang/drscheme/Makefile    Thu May 26 16:41:35 2005 +0000
+++ b/lang/drscheme/Makefile    Thu May 26 19:17:37 2005 +0000
@@ -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 @@
        @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"



Home | Main Index | Thread Index | Old Index