diff options
author | taca <taca@pkgsrc.org> | 2001-07-26 12:25:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-07-26 12:25:55 +0000 |
commit | 441850213f6170a79649185e605cb1940840fa20 (patch) | |
tree | 98e4e016901f712919c491af1336b5e9c844fd45 /mail | |
parent | 594e7634734674bb60578340629f7d483cbfc8c8 (diff) | |
download | pkgsrc-441850213f6170a79649185e605cb1940840fa20.tar.gz |
Remove useless garbage.
Noted by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>. (Thanks!)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common index 6c2685bc16a..26c076c3670 100644 --- a/mail/qpopper/Makefile.common +++ b/mail/qpopper/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2001/06/10 15:08:40 taca Exp $ +# $NetBSD: Makefile.common,v 1.2 2001/07/26 12:25:55 taca Exp $ GNU_CONFIGURE= yes USE_SSL= yes @@ -32,5 +32,3 @@ CONFIGURE_ARGS+= --enable-servermode .if defined(USE_INET6) && ${USE_INET6} == YES CONFIGURE_ENV+= O_DEFS="${O_DEFS}" CFLAGS="-DINET6" .endif -.if defined(QPOPPER_USER) -.endif |