diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 15:37:58 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 15:37:58 +0000 |
commit | e225805136d780a78c9a0d9f77ebaa7dea7f15fc (patch) | |
tree | 88f4c69208b6ef82dfd505015e3bd5a76dead9c9 /mail/fetchmail | |
parent | 0138cbfe45c7fd9314f0bfdaaf570985823b3cb7 (diff) | |
download | pkgsrc-e225805136d780a78c9a0d9f77ebaa7dea7f15fc.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 3 | ||||
-rw-r--r-- | mail/fetchmail/PLIST | 24 |
2 files changed, 14 insertions, 13 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 2e59680f9f1..67881788ca5 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2002/11/24 19:55:37 chris Exp $ +# $NetBSD: Makefile,v 1.123 2002/12/01 15:37:59 salo Exp $ DISTNAME= fetchmail-6.1.2 CATEGORIES= mail @@ -13,6 +13,7 @@ COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap BUILD_USES_MSGFMT= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-hesiod CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess diff --git a/mail/fetchmail/PLIST b/mail/fetchmail/PLIST index 2c62c1fd435..1b87c3db779 100644 --- a/mail/fetchmail/PLIST +++ b/mail/fetchmail/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/07/12 18:48:20 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/01 15:37:59 salo Exp $ bin/fetchmail man/man1/fetchmail.1 share/doc/fetchmail/README @@ -9,15 +9,15 @@ share/doc/fetchmail/FEATURES share/doc/fetchmail/fetchmail-FAQ.html share/doc/fetchmail/design-notes.html share/doc/fetchmail/fetchmail-features.html -share/locale/ca/LC_MESSAGES/fetchmail.mo -share/locale/cs/LC_MESSAGES/fetchmail.mo -share/locale/da/LC_MESSAGES/fetchmail.mo -share/locale/de/LC_MESSAGES/fetchmail.mo -share/locale/es/LC_MESSAGES/fetchmail.mo -share/locale/fr/LC_MESSAGES/fetchmail.mo -share/locale/gl/LC_MESSAGES/fetchmail.mo -share/locale/ja/LC_MESSAGES/fetchmail.mo -share/locale/pl/LC_MESSAGES/fetchmail.mo -share/locale/pt_BR/LC_MESSAGES/fetchmail.mo -share/locale/tr/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/fetchmail.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/fetchmail.mo @dirrm share/doc/fetchmail |