diff options
-rw-r--r-- | mail/mhonarc/Makefile | 16 | ||||
-rw-r--r-- | mail/mhonarc/PLIST | 10 |
2 files changed, 13 insertions, 13 deletions
diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile index b52c82594bd..c5f4e0bd970 100644 --- a/mail/mhonarc/Makefile +++ b/mail/mhonarc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2005/08/09 08:06:59 tron Exp $ +# $NetBSD: Makefile,v 1.23 2005/08/10 02:55:27 jlam Exp $ DISTNAME= MHonArc-2.6.11 PKGNAME= mhonarc-2.6.11 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.mhonarc.org/release/MHonArc/tar/ EXTRACT_SUFX= .tar.bz2 @@ -14,16 +14,16 @@ COMMENT= Mailbox to HTML converter, suitable for list archives USE_TOOLS+= perl:run NO_BUILD= YES -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lib/mhonarc - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mhonarc +INSTALLATION_DIRS= bin lib man share/doc do-install: - ( cd ${WRKSRC} && ${PERL5} ./install.me \ + cd ${WRKSRC} && ${PERL5} ./install.me \ -prefix ${PREFIX} \ - -perl ${LOCALBASE}/bin/perl \ + -perl ${PERL5} \ + -binpath ${PREFIX}/bin \ -libpath ${PREFIX}/lib/mhonarc \ -docpath ${PREFIX}/share/doc/mhonarc \ - -batch ) + -manpath ${PREFIX}/man \ + -batch .include "../../mk/bsd.pkg.mk" diff --git a/mail/mhonarc/PLIST b/mail/mhonarc/PLIST index fea090b758e..0e34649ab99 100644 --- a/mail/mhonarc/PLIST +++ b/mail/mhonarc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2005/08/09 08:06:59 tron Exp $ +@comment $NetBSD: PLIST,v 1.8 2005/08/10 02:55:27 jlam Exp $ bin/mha-dbedit bin/mha-dbrecover bin/mha-decode @@ -159,10 +159,10 @@ lib/mhonarc/mhutil.pl lib/mhonarc/osinit.pl lib/mhonarc/qprint.pl lib/mhonarc/readmail.pl -lib/perl5/man/man1/mha-dbedit.1 -lib/perl5/man/man1/mha-dbrecover.1 -lib/perl5/man/man1/mha-decode.1 -lib/perl5/man/man1/mhonarc.1 +man/man1/mha-dbedit.1 +man/man1/mha-dbrecover.1 +man/man1/mha-decode.1 +man/man1/mhonarc.1 share/doc/mhonarc/app-api.html share/doc/mhonarc/app-bugs.html share/doc/mhonarc/app-diagnos.html |