pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Don't pass FILESDIR into the build; it isn't used...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ee5464fb6e8
branches:  trunk
changeset: 349318:9ee5464fb6e8
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jul 03 19:21:44 2016 +0000

description:
Don't pass FILESDIR into the build; it isn't used and isn't appropriate.

diffstat:

 lang/smlnj/Makefile      |  5 +----
 lang/smlnj11072/Makefile |  5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r f68039181209 -r 9ee5464fb6e8 lang/smlnj/Makefile
--- a/lang/smlnj/Makefile       Sun Jul 03 19:18:46 2016 +0000
+++ b/lang/smlnj/Makefile       Sun Jul 03 19:21:44 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/07/03 19:18:46 dholland Exp $
+# $NetBSD: Makefile,v 1.31 2016/07/03 19:21:44 dholland Exp $
 #
 
 DISTNAME=      boot.${BOX}-unix
@@ -51,9 +51,6 @@
 # the build uses patch directly (yuk)
 BUILD_ENV+=    PATCH=${PATCH:Q} PATCH_ARGS=${PATCH_ARGS:Q}
 
-# not sure why this is needed (XXX?)
-BUILD_ENV+=    FILESDIR=${FILESDIR}
-
 # note that this includes bsd.prefs.mk
 .include "../../lang/smlnj/Makefile.common"
 
diff -r f68039181209 -r 9ee5464fb6e8 lang/smlnj11072/Makefile
--- a/lang/smlnj11072/Makefile  Sun Jul 03 19:18:46 2016 +0000
+++ b/lang/smlnj11072/Makefile  Sun Jul 03 19:21:44 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/07/03 19:18:47 dholland Exp $
+# $NetBSD: Makefile,v 1.7 2016/07/03 19:21:44 dholland Exp $
 #
 
 DISTNAME=      boot.${BOX}-unix
@@ -50,9 +50,6 @@
 # the build uses patch directly (yuk)
 BUILD_ENV+=    PATCH=${PATCH:Q} PATCH_ARGS=${PATCH_ARGS:Q}
 
-# not sure why this is needed (XXX?)
-BUILD_ENV+=    FILESDIR=${FILESDIR}
-
 # note that this includes bsd.prefs.mk
 .include "../../lang/smlnj/Makefile.common"
 



Home | Main Index | Thread Index | Old Index