diff options
author | tron <tron> | 2002-08-11 12:36:55 +0000 |
---|---|---|
committer | tron <tron> | 2002-08-11 12:36:55 +0000 |
commit | 8b48e5428e118bd1b0c9ae6b760b516b7b78586b (patch) | |
tree | b44852835387f8a7a2156e982c9e0baf5b94bf5c /mail | |
parent | 1f22577d2f5a48896e22d18b0806a93ca5e7c1a4 (diff) | |
download | pkgsrc-8b48e5428e118bd1b0c9ae6b760b516b7b78586b.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 |