diff options
author | netchild <netchild@FreeBSD.org> | 2005-07-09 19:08:05 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-07-09 19:08:05 +0800 |
commit | c39d9d12b684fd455fb5350479705d8194b95823 (patch) | |
tree | eba4316efaf77fec419b25cd68b960a677530103 /net-im/skype/Makefile | |
parent | 0a9ee7717c68fcf332a85fbf761a62d4bd13ac5a (diff) | |
download | freebsd-ports-gnome-c39d9d12b684fd455fb5350479705d8194b95823.tar.gz freebsd-ports-gnome-c39d9d12b684fd455fb5350479705d8194b95823.tar.zst freebsd-ports-gnome-c39d9d12b684fd455fb5350479705d8194b95823.zip |
Update to 1.1.0.20.
PR: 83105
Submitted by: I'm not sure...
Diffstat (limited to 'net-im/skype/Makefile')
-rw-r--r-- | net-im/skype/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index 6344f4fd6fb5..ca5a2a43b148 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/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 |