aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2014-12-02 16:26:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2014-12-02 16:26:44 +0000
commit441553d6ec5b15e7a062208d3b01d5fa0ee1083e (patch)
tree6b867ca725ed78455de58f2d914bc688d8ec4636 /net-im/pidgin
parentdb264fc1e2c6e30b4da7fb973631b4ceceac5db3 (diff)
downloadports-441553d6ec5b15e7a062208d3b01d5fa0ee1083e.tar.gz
ports-441553d6ec5b15e7a062208d3b01d5fa0ee1083e.zip
Update to 2.10.11 and fix the build with the ncurses port.
Submitted by: Matthias Apitz <guru@unixarea.de> (ncurses fix)
Notes
Notes: svn path=/head/; revision=373770
Diffstat (limited to 'net-im/pidgin')
-rw-r--r--net-im/pidgin/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile
index 677ee7376a73..794ef0f5dc81 100644
--- a/net-im/pidgin/Makefile
+++ b/net-im/pidgin/Makefile
@@ -29,13 +29,7 @@ CONFIGURE_ARGS= --disable-consoleui \
--enable-screensaver \
--with-dynamic_prpls=${PRPL_MODULES:S/,$//}
-post-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
- Makefile ${MAKE_ARGS} pidgin.desktop
-
post-install:
- ${INSTALL_DATA} ${WRKSRC}/pidgin.desktop \
- ${STAGEDIR}${PREFIX}/share/applications/pidgin.desktop
${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include "${MASTERDIR}/Makefile"