diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-01 04:05:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-01 04:05:44 +0000 |
commit | 7c174d2a66729e513b11c02913fedae03c014284 (patch) | |
tree | 7bbe3ffd07298d533a6c739cd857a3ffd28e6d29 /net | |
parent | 220e4c0319700e558d83ba68da3fac51a95630b9 (diff) | |
download | pkgsrc-7c174d2a66729e513b11c02913fedae03c014284.tar.gz |
unset "DOMAIN" env-var.
This doesn't seem to be used for anything useful, yet if it's set in the
compiling user's environment, it will do bad things.
Diffstat (limited to 'net')
-rw-r--r-- | net/speakfreely/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/speakfreely/Makefile.common b/net/speakfreely/Makefile.common index 7222e0f67a1..26fb0b954c9 100644 --- a/net/speakfreely/Makefile.common +++ b/net/speakfreely/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 1999/10/26 16:45:16 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 1999/11/01 04:05:44 hubertf Exp $ # DISTNAME= speak_freely-7.1 @@ -36,6 +36,7 @@ SOUNDDIR= ${PREFIX}/share/speakfreely MAKE_ENV+= PERL="${PERL_PATH}" CCFLAGS="${CCFLAGS}" \ SOUNDDIR="${SOUNDDIR}" HAVE_GSM=yes MAKE_ENV+= HAVE_MD5=yes +MAKE_ENV+= DOMAIN= post-extract: ${MV} ${WRKSRC}/sfspeaker.1 ${WRKSRC}/sfspeaker.1.in |