diff options
Diffstat (limited to 'chat/pidgin-otr/Makefile')
-rw-r--r-- | chat/pidgin-otr/Makefile | 8 |
1 files changed, 6 insertions, 2 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" |