diff options
author | dholland <dholland@pkgsrc.org> | 2016-07-03 19:21:44 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2016-07-03 19:21:44 +0000 |
commit | e7ff4938ca24c689485d2f725027b5e6d59b62d3 (patch) | |
tree | 6f3b2759c3bd63358de3d7a42cc7a5badc4694b4 /lang/smlnj | |
parent | fa25ccb78dba65fa24132cc6c7adf0966337d223 (diff) | |
download | pkgsrc-e7ff4938ca24c689485d2f725027b5e6d59b62d3.tar.gz |
Don't pass FILESDIR into the build; it isn't used and isn't appropriate.
Diffstat (limited to 'lang/smlnj')
-rw-r--r-- | lang/smlnj/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile index 71a97cc41b7..b9d9a277884 100644 --- a/lang/smlnj/Makefile +++ b/lang/smlnj/Makefile @@ -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 @@ 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" |