diff options
author | jlam <jlam@pkgsrc.org> | 2001-02-12 16:13:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-02-12 16:13:07 +0000 |
commit | 3b1944ba7a6a3a9e087996365066fcccb5c56959 (patch) | |
tree | 3df30402a63d8ad323ffc2240b29a90bd037af8e /mail | |
parent | 5b165761e7313f76c99c32568ef9b34851b05349 (diff) | |
download | pkgsrc-3b1944ba7a6a3a9e087996365066fcccb5c56959.tar.gz |
Rename the post-patch target to make it work again
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index afcae4645a1..c4d43f6ee75 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/12 15:27:41 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/12 16:13:07 jlam Exp $ DISTNAME= imp-2.2.4 CATEGORIES= mail www @@ -32,7 +32,7 @@ post-extract: done -jlam-post-patch: +post-patch: cd ${WRKSRC}/config; \ for file in defaults.php3.dist; do \ ${MV} -f $${file} $${file}.orig; \ |