diff options
author | tron <tron@pkgsrc.org> | 2002-07-13 21:48:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-07-13 21:48:29 +0000 |
commit | a64890cb2e184aaee54e8e5145aaaa8bacb76ce4 (patch) | |
tree | 3639ce42eef35198bb4c297b03316101280f49e4 /mail/fetchmailconf/Makefile | |
parent | 5068d8b59d5efd32b39a4f629171518f316feb88 (diff) | |
download | pkgsrc-a64890cb2e184aaee54e8e5145aaaa8bacb76ce4.tar.gz |
Use "distinfo" of "fetchmail" package.
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-rw-r--r-- | mail/fetchmailconf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 12bbd4cbad0..25bcc8f0328 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2002/07/13 21:44:54 tron Exp $ +# $NetBSD: Makefile,v 1.37 2002/07/13 21:48:29 tron Exp $ DISTNAME= fetchmail-5.9.13 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -16,7 +16,8 @@ DEPENDS+= ${PKGNAME:S/conf//}:../../mail/fetchmail NO_BUILD= YES USE_X11= YES -EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf +EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf +DISTINFO_FILE= ${.CURDIR}/../mail/fetchmail/distinfo PYTHON_PATCH_SCRIPTS= fetchmailconf |