summaryrefslogtreecommitdiff
path: root/net/skype/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/skype/Makefile')
-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}