diff options
author | reed <reed@pkgsrc.org> | 2008-05-27 12:21:01 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2008-05-27 12:21:01 +0000 |
commit | c35c1ecdc2b20efe743e28131feaf979d664a7a7 (patch) | |
tree | d60f0c987339af2c1796791f5ff64a11faf0f570 /chat | |
parent | a5f2d4d6fac98c3c1c73a4de0a60e322897f2935 (diff) | |
download | pkgsrc-c35c1ecdc2b20efe743e28131feaf979d664a7a7.tar.gz |
Install README.
Bump PKGREVISION.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/pidgin-otr/Makefile | 8 | ||||
-rw-r--r-- | chat/pidgin-otr/PLIST | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/chat/pidgin-otr/Makefile b/chat/pidgin-otr/Makefile index a6b85aea329..882cbde631a 100644 --- a/chat/pidgin-otr/Makefile +++ b/chat/pidgin-otr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/09/02 11:07:40 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/05/27 12:21:01 reed Exp $ VERSION= 3.1.0 -PKGREVISION= 1 +PKGREVISION= 2 DISTNAME= pidgin-otr-${VERSION} CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ @@ -11,8 +11,12 @@ HOMEPAGE= http://www.cypherpunks.ca/otr/ COMMENT= Plugin for pidgin to add OTR (Off-The-Record) encryption GNU_CONFIGURE= yes +INSTALLATION_DIRS= share/doc/pidgin-otr USE_TOOLS+= pkg-config perl intltool msgfmt +post-install: + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pidgin-otr/ + .include "../../chat/pidgin/buildlink3.mk" .include "../../chat/libotr/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/chat/pidgin-otr/PLIST b/chat/pidgin-otr/PLIST index d48cbfbf6d1..2b895268f27 100644 --- a/chat/pidgin-otr/PLIST +++ b/chat/pidgin-otr/PLIST @@ -1,2 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/02 11:42:21 gdt Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/05/27 12:21:01 reed Exp $ lib/pidgin/pidgin-otr.la +share/doc/pidgin-otr/README +@dirrm share/doc/pidgin-otr |