summaryrefslogtreecommitdiff
path: root/net-im/skype/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2004-08-17 10:17:47 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2004-08-17 10:17:47 +0000
commit591cb76c069c6dc0393dfad0f7a16456c6a54559 (patch)
treec9ea0f3c8a91d3f93e030b8ea217d08630b46b23 /net-im/skype/Makefile
parent- Remove 2 dead apache mirrors (diff)
Upate to 0.91.0.3.
Language files and call_in.wav aren't installed yet, see the post-install message.
Notes
Notes: svn path=/head/; revision=116494
Diffstat (limited to 'net-im/skype/Makefile')
-rw-r--r--net-im/skype/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile
index 7a89f799387f..e06c457fb57a 100644
--- a/net-im/skype/Makefile
+++ b/net-im/skype/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= skype
-PORTVERSION= 0.90.0.14
+PORTVERSION= 0.91.0.3
CATEGORIES= net
MASTER_SITES= http://download.skype.com/linux/
DISTNAME= skype_ver-${PORTVERSION:C/\./_/g}-staticQT
@@ -38,6 +38,8 @@ PLIST_SUB+= GNOME=""
PLIST_SUB+= GNOME="@comment "
.endif
+WRKSRC= ${WRKDIR}/skype_ver_${PORTVERSION:C/\./_/g}-staticQT
+
do-build:
${BRANDELF} -t Linux ${WRKSRC}/skype
@@ -52,4 +54,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/call_in.wav ${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/
+post-install:
+ @${ECHO} "Since skype uses a hadcoded path to the language files (/usr/share/skype) which a port isn't allowed to install files into, call_in.wav and the language files are not installed. As soon as skype learns how to use other paths, this will change." | fmt
+
.include <bsd.port.post.mk>