summaryrefslogtreecommitdiff
path: root/lang/smlnj11072
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2016-07-03 19:21:44 +0000
committerdholland <dholland@pkgsrc.org>2016-07-03 19:21:44 +0000
commite7ff4938ca24c689485d2f725027b5e6d59b62d3 (patch)
tree6f3b2759c3bd63358de3d7a42cc7a5badc4694b4 /lang/smlnj11072
parentfa25ccb78dba65fa24132cc6c7adf0966337d223 (diff)
downloadpkgsrc-e7ff4938ca24c689485d2f725027b5e6d59b62d3.tar.gz
Don't pass FILESDIR into the build; it isn't used and isn't appropriate.
Diffstat (limited to 'lang/smlnj11072')
-rw-r--r--lang/smlnj11072/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/smlnj11072/Makefile b/lang/smlnj11072/Makefile
index e50ed431a31..019abd1036b 100644
--- a/lang/smlnj11072/Makefile
+++ b/lang/smlnj11072/Makefile
@@ -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 @@ BUILD_ENV+= SMLNJ_HOME="${WRKDIR}"
# 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"