diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-03-30 14:37:13 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-03-30 14:37:13 +0000 |
commit | b3ef25eae23c45dd572499949a918ef3049645be (patch) | |
tree | 20503cc3433cb4a108c7311a81caa263755c7d70 /devel/libublio/Makefile | |
parent | 9548f73c4028cb2b3a6e9bc51b88d0b26dde0a16 (diff) |
Notes
Diffstat (limited to 'devel/libublio/Makefile')
-rw-r--r-- | devel/libublio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libublio/Makefile b/devel/libublio/Makefile index 04531648b663..77dad916eb86 100644 --- a/devel/libublio/Makefile +++ b/devel/libublio/Makefile @@ -18,7 +18,7 @@ PLIST_SUB+= PROFLIB="@comment " PLIST_SUB+= PROFLIB="" .endif -SRCCONF= ${NONEXISTENT} +SRCCONF= /dev/null MAKE_ENV+= SRCCONF=${SRCCONF} .include <bsd.port.options.mk> |