diff options
author | veego <veego@pkgsrc.org> | 2002-08-01 09:26:53 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2002-08-01 09:26:53 +0000 |
commit | 4167726704cedb7ac98b3b0b73f16f967e89e853 (patch) | |
tree | cf911952c67ce34b541635eda23930affa31b9cc /mail/fetchmailconf/Makefile | |
parent | 9babb727c0a0f523e1d52fb17d334fe071279e23 (diff) | |
download | pkgsrc-4167726704cedb7ac98b3b0b73f16f967e89e853.tar.gz |
It is ${.CURDIR}/../../mail/fetchmail/distinfo and not
${.CURDIR}/../mail/fetchmail/distinfo
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 25bcc8f0328..4d57597f606 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2002/07/13 21:48:29 tron Exp $ +# $NetBSD: Makefile,v 1.38 2002/08/01 09:26:53 veego Exp $ DISTNAME= fetchmail-5.9.13 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -17,7 +17,7 @@ NO_BUILD= YES USE_X11= YES EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf -DISTINFO_FILE= ${.CURDIR}/../mail/fetchmail/distinfo +DISTINFO_FILE= ${.CURDIR}/../../mail/fetchmail/distinfo PYTHON_PATCH_SCRIPTS= fetchmailconf |