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/mpop | |
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/mpop')
-rw-r--r-- | mail/mpop/Makefile | 5 | ||||
-rw-r--r-- | mail/mpop/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index 4ca3dda8002..023b8783fb1 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/29 21:58:39 reed Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/05 16:41:34 jlam Exp $ # DISTNAME= mpop-0.8.2 @@ -14,13 +14,12 @@ COMMENT= Small, fast and portable POP3 client GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config +INFO_FILES= # PLIST CONFIGURE_ARGS+= --enable-nls EGDIR= ${PREFIX}/share/examples/mpop -INFO_FILES= mpop.info - .include "options.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libgetopt/buildlink3.mk" diff --git a/mail/mpop/PLIST b/mail/mpop/PLIST index cdc8b6792e2..0316adb9e2d 100644 --- a/mail/mpop/PLIST +++ b/mail/mpop/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/13 03:09:20 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/04/05 16:41:34 jlam Exp $ bin/mpop +info/mpop.info man/man1/mpop.1 share/examples/mpop/mpoprc.example ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/mpop.mo |