diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-31 14:09:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-31 14:09:36 +0000 |
commit | 9199a7be73e9fd44f04ea252a8ea90c4ef41ca99 (patch) | |
tree | dcd263bb7b93652f7dbebc6417f53da9178a4136 /mail | |
parent | f62d6c7c2eef59423f50d17ec8a8884458ed6785 (diff) | |
download | pkgsrc-9199a7be73e9fd44f04ea252a8ea90c4ef41ca99.tar.gz |
Remove unnecessary line (no egg is created either way).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailman/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index c95f75fa276..ba104e9a328 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2014/08/23 14:43:33 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2014/12/31 14:09:36 wiz Exp $ DISTNAME= mailman-2.1.18-1 PKGNAME= mailman-2.1.18.1 @@ -91,9 +91,6 @@ CONFIGURE_ARGS+= --without-permcheck CONFIGURE_ARGS+= --with-mailhost=localhost CONFIGURE_ARGS+= --with-urlhost=localhost -# dont create egg-info files in pythonlib -INSTALL_ENV+= PKGSRC_PYTHON_NO_EGG=defined - BUILD_DEFS+= MAILMAN_DATADIR BUILD_DEFS+= MAILMAN_CGIEXT |