diff options
author | taca <taca> | 2001-07-26 12:25:55 +0000 |
---|---|---|
committer | taca <taca> | 2001-07-26 12:25:55 +0000 |
commit | e1aa58f89db1a5e5a5939e9fdd49a6ce84891558 (patch) | |
tree | 98e4e016901f712919c491af1336b5e9c844fd45 /mail/qpopper | |
parent | 612b9e1704f93442b54ea633b18cc81ffc62abec (diff) | |
download | pkgsrc-e1aa58f89db1a5e5a5939e9fdd49a6ce84891558.tar.gz |
Remove useless garbage.
Noted by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>. (Thanks!)
Diffstat (limited to 'mail/qpopper')
-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 |