diff options
author | bouyer <bouyer> | 2000-01-04 17:12:59 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2000-01-04 17:12:59 +0000 |
commit | 2ee284c03526854c5073e464cd62a337f477d8bb (patch) | |
tree | 6b63616c643e29dac2b1eccc102015449ea92479 /mail | |
parent | 67b929811ac9c44e0e66a16acabea9c87b7c7885 (diff) | |
download | pkgsrc-2ee284c03526854c5073e464cd62a337f477d8bb.tar.gz |
works on solaris
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 9 | ||||
-rw-r--r-- | mail/mutt/pkg/PLIST | 32 |
2 files changed, 24 insertions, 17 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index bc818d60ad4..d1aa42d8f10 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 1999/12/13 11:06:00 soren Exp $ +# $NetBSD: Makefile,v 1.35 2000/01/04 17:12:59 bouyer Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -24,8 +24,15 @@ LDFLAGS+= -s BUILD_DEFS+= MUTT_INTERNATIONAL MUTT_VERSION + .include "../../mk/bsd.pkg.mk" +.if ${OPSYS} == "SunOS" +PLIST_SUBST+= LOCALEBASE=lib +.else +PLIST_SUBST+= LOCALEBASE=share +.endif + MUTT_BASE_VERSION= 1.0 .if defined(MUTT_INTERNATIONAL) && ${MUTT_INTERNATIONAL} == YES MUTT_VERSION= ${MUTT_BASE_VERSION}i diff --git a/mail/mutt/pkg/PLIST b/mail/mutt/pkg/PLIST index d25f7ebd64c..1b2c140e71b 100644 --- a/mail/mutt/pkg/PLIST +++ b/mail/mutt/pkg/PLIST @@ -1,24 +1,24 @@ -@comment $NetBSD: PLIST,v 1.8 1999/11/06 11:58:46 tron Exp $ +@comment $NetBSD: PLIST,v 1.9 2000/01/04 17:12:59 bouyer Exp $ bin/mutt etc/Muttrc etc/mime.types man/man1/mutt.1 man/man1/mutt_dotlock.1 -share/locale/cs/LC_MESSAGES/mutt.mo -share/locale/de/LC_MESSAGES/mutt.mo -share/locale/es/LC_MESSAGES/mutt.mo -share/locale/fr/LC_MESSAGES/mutt.mo -share/locale/it/LC_MESSAGES/mutt.mo -share/locale/nl/LC_MESSAGES/mutt.mo -share/locale/pl/LC_MESSAGES/mutt.mo -share/locale/pt_BR/LC_MESSAGES/mutt.mo -share/locale/ru/LC_MESSAGES/mutt.mo -share/locale/uk/LC_MESSAGES/mutt.mo -share/locale/ko/LC_MESSAGES/mutt.mo -share/locale/sk/LC_MESSAGES/mutt.mo -share/locale/id/LC_MESSAGES/mutt.mo -share/locale/zh_TW.Big5/LC_MESSAGES/mutt.mo -share/locale/el/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/cs/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/de/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/es/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/fr/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/it/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/nl/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/pl/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/pt_BR/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/ru/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/uk/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/ko/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/sk/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/id/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/zh_TW.Big5/LC_MESSAGES/mutt.mo +${LOCALEBASE}/locale/el/LC_MESSAGES/mutt.mo share/doc/mutt/applying-patches.txt share/doc/mutt/devel-notes.txt share/doc/mutt/COPYRIGHT |