diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-03 21:57:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-03 21:57:52 +0000 |
commit | 93bcc9c89b5d9242c4d6fa6aaec86b49b4b594f0 (patch) | |
tree | a4d7037d615a106e53e5b030910991b966edf265 /net | |
parent | b3b19ae2c593691b81611c0f04eb38a68640e117 (diff) | |
download | pkgsrc-93bcc9c89b5d9242c4d6fa6aaec86b49b4b594f0.tar.gz |
Fix WRKSRC after PKGNAME fix :)
Diffstat (limited to 'net')
-rw-r--r-- | net/skype/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index c0fd01d3f8d..94d98ff7d28 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/09/03 21:50:47 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2007/09/03 21:57:52 wiz Exp $ # DISTNAME= skype_static-1.4.0.99 @@ -24,7 +24,7 @@ EMUL_PLATFORMS= linux-i386 EMUL_MODULES.linux= base compat fontconfig freetype2 glx x11 USE_DIRS+= xdg-1.1 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +WRKSRC= ${WRKDIR}/${DISTNAME} DATADIR= ${PREFIX}/share/skype DOCDIR= ${PREFIX}/share/doc/skype |