diff options
author | wiz <wiz> | 2002-08-08 13:09:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-08-08 13:09:07 +0000 |
commit | 5b38c1a763fa41a200d11d785560e28262cc5ce1 (patch) | |
tree | acdfb18470e85579f343ee34bf870f0d4ea82f56 /mail | |
parent | 88150cf5e4d571f2e4f3f538a178800be612ec66 (diff) | |
download | pkgsrc-5b38c1a763fa41a200d11d785560e28262cc5ce1.tar.gz |
Share not only distinfo, but also patches dir with fetchmail.
XXX: Why do we have so many patches for fetchmail?
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmailconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 4d57597f606..4c7c8f9fadb 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2002/08/01 09:26:53 veego Exp $ +# $NetBSD: Makefile,v 1.39 2002/08/08 13:09:07 wiz Exp $ DISTNAME= fetchmail-5.9.13 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -18,6 +18,7 @@ USE_X11= YES EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf DISTINFO_FILE= ${.CURDIR}/../../mail/fetchmail/distinfo +PATCHDIR= ${.CURDIR}/../../mail/fetchmail/patches PYTHON_PATCH_SCRIPTS= fetchmailconf |