summaryrefslogtreecommitdiff
path: root/net/skype
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
commit3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch)
treeb711f279533efa082bd9211a7161438542a8810d /net/skype
parent7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff)
downloadpkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.tar.gz
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
Diffstat (limited to 'net/skype')
-rw-r--r--net/skype/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile
index 840e2051448..6a2b40ccf81 100644
--- a/net/skype/Makefile
+++ b/net/skype/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2007/09/07 23:06:13 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2008/05/26 02:13:23 joerg Exp $
#
DISTNAME= skype_static-1.4.0.99
@@ -27,6 +27,8 @@ EMUL_MODULES.linux= alsa base compat fontconfig freetype2 glx \
USE_DIRS+= xdg-1.1
WRKSRC= ${WRKDIR}/${DISTNAME}
+USE_TOOLS+= pax
+
DATADIR= ${PREFIX}/share/skype
DOCDIR= ${PREFIX}/share/doc/skype
@@ -41,7 +43,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications
${INSTALL_DATA_DIR} ${DATADIR}
${INSTALL_PROGRAM} ${WRKSRC}/skype ${DATADIR}
- cd ${WRKSRC} && ${PAX} -rwppm icons sounds ${DATADIR}
+ cd ${WRKSRC} && pax -rwppm icons sounds ${DATADIR}
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}