diff options
author | nra <nra@pkgsrc.org> | 2001-07-05 20:47:04 +0000 |
---|---|---|
committer | nra <nra@pkgsrc.org> | 2001-07-05 20:47:04 +0000 |
commit | 9219689f7f7a9898f5de8f9eda0f7ff645c7b668 (patch) | |
tree | 37bac012eb1354d8d9b5199b081f4f229e0e3360 /mail/xmailwatcher | |
parent | 7eab36bf352db057326b946a345ee219a6a8113b (diff) | |
download | pkgsrc-9219689f7f7a9898f5de8f9eda0f7ff645c7b668.tar.gz |
Use the man page included in the distribution instead of relying
on Imake to correctly generate the html documentation.
Diffstat (limited to 'mail/xmailwatcher')
-rw-r--r-- | mail/xmailwatcher/Makefile | 6 | ||||
-rw-r--r-- | mail/xmailwatcher/pkg/PLIST | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/mail/xmailwatcher/Makefile b/mail/xmailwatcher/Makefile index 002e961bb91..6eb29089ae5 100644 --- a/mail/xmailwatcher/Makefile +++ b/mail/xmailwatcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/27 18:26:54 nra Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/05 20:47:04 nra Exp $ # FreeBSD: ports/mail/xmailwatcher/Makefile,v 1.1 2001/03/09 22:31:32 sada Exp DISTNAME= xmailwatcher @@ -12,9 +12,7 @@ COMMENT= Mailbox checker which displays sender and subject lines of mails USE_IMAKE= yes do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/xmailwatcher - ${INSTALL_DATA} ${WRKSRC}/xmailwatcher.1.html \ - ${PREFIX}/share/xmailwatcher + ${INSTALL_DATA} ${WRKSRC}/xmailwatcher.0 ${PREFIX}/man/man1/xmailwatcher.1 ${INSTALL_PROGRAM} ${WRKSRC}/xmailwatcher ${PREFIX}/bin strip ${PREFIX}/bin/xmailwatcher diff --git a/mail/xmailwatcher/pkg/PLIST b/mail/xmailwatcher/pkg/PLIST index 510a802aab4..9b8701e1b6d 100644 --- a/mail/xmailwatcher/pkg/PLIST +++ b/mail/xmailwatcher/pkg/PLIST @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/27 18:26:54 nra Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/07/05 20:47:05 nra Exp $ bin/xmailwatcher -share/xmailwatcher/xmailwatcher.1.html -@dirrm share/xmailwatcher +man/man1/xmailwatcher.1 |