diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 16:41:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 16:41:34 +0000 |
commit | 7890fbd07bbe56368796509ba9476306580fe119 (patch) | |
tree | 8078f8801ba1cc408d1cc3731087b8d16aa50b49 /mail/msmtp | |
parent | 656389654f54fee00894f3388dadd7783447e5e6 (diff) | |
download | pkgsrc-7890fbd07bbe56368796509ba9476306580fe119.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 4 | ||||
-rw-r--r-- | mail/msmtp/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 2f9025ed537..77082936890 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/14 20:43:23 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/04/05 16:41:34 jlam Exp $ DISTNAME= msmtp-1.4.5 CATEGORIES= mail @@ -18,7 +18,7 @@ EGDIR= ${PREFIX}/share/examples/msmtp CONF_FILES= ${EGDIR}/msmtprc-user.example \ ${PKG_SYSCONFDIR}/msmtprc -INFO_FILES= msmtp.info +INFO_FILES= # PLIST .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Interix" diff --git a/mail/msmtp/PLIST b/mail/msmtp/PLIST index ccff680a27d..a04ea5202b9 100644 --- a/mail/msmtp/PLIST +++ b/mail/msmtp/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2006/01/14 20:08:20 ben Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/05 16:41:34 jlam Exp $ bin/msmtp +info/msmtp.info man/man1/msmtp.1 share/examples/msmtp/msmtprc-user.example @dirrm share/examples/msmtp |