diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-14 02:29:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-14 02:29:06 +0000 |
commit | abf9f73c7f748293645397f8818c1de834ee1439 (patch) | |
tree | e232214bb01469e5d76ffa51ac55f564be1184c0 /net-im/pidgin | |
parent | 50197f07a04048861a6c8efed5206737a12255f8 (diff) | |
download | ports-abf9f73c7f748293645397f8818c1de834ee1439.tar.gz ports-abf9f73c7f748293645397f8818c1de834ee1439.zip |
Notes
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/Makefile | 3 | ||||
-rw-r--r-- | net-im/pidgin/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index ee9ba8064fcf..4d9024b3921e 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -32,6 +32,8 @@ WANT_GNOME= yes CONFIGURE_ARGS= --disable-consoleui \ --disable-nm +MAN1= pidgin.1 + post-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ Makefile ${MAKE_ARGS} pidgin.desktop @@ -40,5 +42,6 @@ post-install: ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/pidgin.desktop \ ${PREFIX}/share/applications/pidgin.desktop + ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${MAN1PREFIX}/man/man1 .include "${MASTERDIR}/Makefile" diff --git a/net-im/pidgin/pkg-plist b/net-im/pidgin/pkg-plist index 94b2ec2d153f..b4135d54aa5d 100644 --- a/net-im/pidgin/pkg-plist +++ b/net-im/pidgin/pkg-plist @@ -624,5 +624,5 @@ share/icons/hicolor/48x48/apps/pidgin.png @dirrm share/pixmaps/pidgin/animations @dirrm share/pixmaps/pidgin @dirrmtry share/applications -@dirrm lib/pidgin +@dirrmtry lib/pidgin @dirrm include/pidgin |