diff options
author | tron <tron@pkgsrc.org> | 2002-08-11 12:36:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-08-11 12:36:55 +0000 |
commit | c4f6e045631d01ba4ba3381d4ff29c5692096f46 (patch) | |
tree | b44852835387f8a7a2156e982c9e0baf5b94bf5c /mail | |
parent | 5c7aa4554d43e0cf2d5c57bba83652520fde85c4 (diff) | |
download | pkgsrc-c4f6e045631d01ba4ba3381d4ff29c5692096f46.tar.gz |
Remove "EXTRACT_ELEMENTS" because we cannot share patches with "fetchmail"
otherwise.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmailconf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 4c7c8f9fadb..a1cbd89d285 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2002/08/08 13:09:07 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2002/08/11 12:36:55 tron Exp $ DISTNAME= fetchmail-5.9.13 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -16,7 +16,6 @@ DEPENDS+= ${PKGNAME:S/conf//}:../../mail/fetchmail NO_BUILD= YES USE_X11= YES -EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf DISTINFO_FILE= ${.CURDIR}/../../mail/fetchmail/distinfo PATCHDIR= ${.CURDIR}/../../mail/fetchmail/patches |