diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-10 02:55:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-10 02:55:27 +0000 |
commit | 998fd1b2b7b63dfde4125bb35d23a55b27cfa1df (patch) | |
tree | 7d87bbaaaaac55cc86e07416163739fefca387d2 /mail/mhonarc | |
parent | d07e71fac7c7de370329788255b51adf41712275 (diff) | |
download | pkgsrc-998fd1b2b7b63dfde4125bb35d23a55b27cfa1df.tar.gz |
Install the man pages back into ${PREFIX}/man/man1 so that they can
be found without any special configuration for man. While here, hard
code all of the paths for the install script to insulate ourselves
against future changes in perl. Bump the PKGREVISION to 2.
Diffstat (limited to 'mail/mhonarc')
-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 |