diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-08 13:09:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-08 13:09:07 +0000 |
commit | d10ef916878fce95c35ac011d712467f99ac5735 (patch) | |
tree | acdfb18470e85579f343ee34bf870f0d4ea82f56 /mail | |
parent | f90d56b04bc21596a7ec1094a0c9773da3f1b40b (diff) | |
download | pkgsrc-d10ef916878fce95c35ac011d712467f99ac5735.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 |