diff options
author | netchild <netchild@FreeBSD.org> | 2005-07-09 11:08:05 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-07-09 11:08:05 +0000 |
commit | c39d9d12b684fd455fb5350479705d8194b95823 (patch) | |
tree | eba4316efaf77fec419b25cd68b960a677530103 /net-im/skype20/Makefile | |
parent | 0a9ee7717c68fcf332a85fbf761a62d4bd13ac5a (diff) | |
download | FreeBSD-ports-c39d9d12b684fd455fb5350479705d8194b95823.zip FreeBSD-ports-c39d9d12b684fd455fb5350479705d8194b95823.tar.gz |
Update to 1.1.0.20.
PR: 83105
Submitted by: I'm not sure...
Diffstat (limited to 'net-im/skype20/Makefile')
-rw-r--r-- | net-im/skype20/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile index 6344f4f..ca5a2a4 100644 --- a/net-im/skype20/Makefile +++ b/net-im/skype20/Makefile @@ -6,11 +6,10 @@ # PORTNAME= skype -PORTVERSION= 1.1.0.13 +PORTVERSION= 1.1.0.20 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ DISTNAME= skype_staticQT-${PORTVERSION} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software @@ -40,7 +39,7 @@ PLIST_SUB+= GNOME="" PLIST_SUB+= GNOME="@comment " .endif -#WRKSRC= ${WRKDIR}/${DISTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-build: ${BRANDELF} -t Linux ${WRKSRC}/skype |