aboutsummaryrefslogtreecommitdiff
path: root/polish/kadu/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-10-23 03:07:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-10-23 03:07:48 +0000
commitec061a30a8a61d08dbaea808ebaf0fca5821c2f4 (patch)
tree7e77480a07ed267c2c91d10f699922127ce78d3e /polish/kadu/Makefile
parentf4b845a2b458788db1c2ab07769d160aa557cb67 (diff)
[MAINTAINER] polish/pl-kadu: update to 0.4.2
- Update to 0.4.2 - Install only one icon for kde & gnome - Portlint PR: ports/87666 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Notes
Notes: svn path=/head/; revision=146167
Diffstat (limited to 'polish/kadu/Makefile')
-rw-r--r--polish/kadu/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile
index 9287460f93d1..3fd9007b4654 100644
--- a/polish/kadu/Makefile
+++ b/polish/kadu/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= kadu
-PORTVERSION= 0.4.1
-PORTREVISION= 1
+PORTVERSION= 0.4.2
PORTEPOCH= 1
CATEGORIES= polish net
MASTER_SITES= http://www.kadu.net/download/stable/
@@ -23,9 +22,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-existing-libgadu \
- --with-includes="${LOCALBASE}/include" \
- --with-libs="${LOCALBASE}/lib" \
+CONFIGURE_ARGS+= --with-existing-libgadu="${LOCALBASE}" \
--program-transform-name=''
CONFIGURE_ENV= QTDIR="${QT_PREFIX}"
@@ -42,9 +39,7 @@ post-patch:
.endif
post-install:
- ${MKDIR} ${X11BASE}/share/gnome/apps/Internet
- ${INSTALL_DATA} ${WRKSRC}/kadu/kadu.desktop ${X11BASE}/share/gnome/apps/Internet
- ${MKDIR} ${LOCALBASE}/share/applnk/Internet
- ${INSTALL_DATA} ${WRKSRC}/kadu/kadu.desktop ${LOCALBASE}/share/applnk/Internet
+ ${MKDIR} ${PREFIX}/share/applications
+ ${INSTALL_DATA} ${WRKSRC}/kadu/kadu.desktop ${PREFIX}/share/applications
.include <bsd.port.post.mk>