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/Makefile | |
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/Makefile')
-rw-r--r-- | mail/msmtp/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |