diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-09 12:53:44 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-09 12:53:44 +0000 |
commit | ab33c8a986297d0d2da497a6f0f8b37a685f9d2b (patch) | |
tree | 7fd8759eb1e930c75e2be42134a3b630699f51ee /net-im/skype/Makefile | |
parent | 99698f6e07a0bd350dd11c3494b55cb179c8f1f0 (diff) |
Notes
Diffstat (limited to 'net-im/skype/Makefile')
-rw-r--r-- | net-im/skype/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index c6b47e298ebb..49ce10047270 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/Makefile @@ -6,8 +6,7 @@ # PORTNAME= skype -PORTVERSION= 0.92.0.12 -PORTREVISION= 1 +PORTVERSION= 0.93.0.3 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ DISTNAME= skype_staticQT-${PORTVERSION} @@ -48,8 +47,8 @@ do-install: .endif ${MKDIR} ${DATADIR}/icons ${DATADIR}/lang ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/ - ${INSTALL_DATA} ${WRKSRC}/*.qm ${DATADIR}/lang/ - ${INSTALL_DATA} ${WRKSRC}/call_in.wav ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/ + ${INSTALL_DATA} ${WRKSRC}/sound/*.wav ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/ post-install: |