diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-28 10:33:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-28 10:33:52 +0000 |
commit | fdd1138d91dcc7e6d0f1f4b500f0d1ae9bafb632 (patch) | |
tree | f00b0b6f3234344debd63002b1fe95882a40bd06 /mail/imp | |
parent | 1f6f576afdb5f81cfd36fdd556abfd04580e1dca (diff) | |
download | pkgsrc-fdd1138d91dcc7e6d0f1f4b500f0d1ae9bafb632.tar.gz |
whitespace fixes
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index c9f8f82d6c0..da4c58826cc 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/23 14:29:25 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/28 10:33:53 wiz Exp $ DISTNAME= imp-2.2.4 CATEGORIES= mail www @@ -31,7 +31,6 @@ post-extract: do \ ${MV} $${file} $${file}.dist; \ done - post-patch: cd ${WRKSRC}/config; \ |