diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-16 04:58:49 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-16 04:58:49 +0000 |
commit | 26ddbeb24cb1beaba41bb91b5ab81f5d8f63c017 (patch) | |
tree | a495ac2795feecf1350a41c77adf713d6e244ffd /net-im/skype/Makefile | |
parent | 413e5ee1b65a0a7eda57a40d39bb1fb963764038 (diff) | |
download | ports-26ddbeb24cb1beaba41bb91b5ab81f5d8f63c017.tar.gz ports-26ddbeb24cb1beaba41bb91b5ab81f5d8f63c017.zip |
Notes
Diffstat (limited to 'net-im/skype/Makefile')
-rw-r--r-- | net-im/skype/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index b82fc0d5e50b..4fbdb7f63c4e 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/Makefile @@ -2,16 +2,19 @@ # Date created: Jun 21. 2004 # Whom: netchild@FreeBSD.org # +# Maintainers: Beech Rintoul <beech@FreeBSD.org> +# Martin Wilke <miwi@FreeBSD.org> +# # $FreeBSD$ # PORTNAME= skype PORTVERSION= 1.4.0.118 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net -MASTER_SITES= LOCAL/beech -DISTNAME= skype_static_staticQT-${DISTVERSION}-oss-generic +MASTER_SITES= http://download.skype.com/linux/ +DISTNAME= skype_static-${DISTVERSION}-oss MAINTAINER= beech@FreeBSD.org COMMENT= P2P VoIP software @@ -47,7 +50,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/icons/SkypeBlue_48x48.png ${PREFIX}/share/pixmaps/skype.png @${INSTALL_PROGRAM} ${WRKSRC}/skype ${PREFIX}/bin/skype @${CHMOD} a+rx ${PREFIX}/bin/skype - @cd ${WRKSRC}/&&${COPYTREE_SHARE} "icons sounds lang" ${DATADIR}/ + @cd ${WRKSRC}/&&${COPYTREE_SHARE} "avatars icons sounds lang" ${DATADIR}/ .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR} |