summaryrefslogtreecommitdiff
path: root/chat/mu-conference/Makefile
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 /chat/mu-conference/Makefile
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 'chat/mu-conference/Makefile')
-rw-r--r--chat/mu-conference/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/mu-conference/Makefile b/chat/mu-conference/Makefile
index fb691c4dbb3..ee2d11f1c9e 100644
--- a/chat/mu-conference/Makefile
+++ b/chat/mu-conference/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2008/04/07 17:45:40 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2008/05/26 02:13:16 joerg Exp $
#
DISTNAME= mu-conference-0.6.0
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/jcr-0.1.2
SUBWRKSRC= ${WRKSRC}/${DISTNAME}/src
XMLCONFIG= ${WRKDIR}/${DISTNAME}/muc-jcr.xml
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake pax pkg-config
PKG_SYSCONFSUBDIR= jabberd
RCD_SCRIPTS= muc
@@ -48,7 +48,7 @@ pre-configure:
${XMLCONFIG:Q}.in > ${XMLCONFIG:Q}
pre-build:
- cd ${WRKDIR:Q} && ${PAX} -rw -pe ${DISTNAME:Q} ${WRKSRC:Q}
+ cd ${WRKDIR:Q} && pax -rw -pe ${DISTNAME:Q} ${WRKSRC:Q}
post-build:
${CP} ${WRKSRC:Q}/src/main.c ${WRKSRC:Q}/src/jcomp.mk ${SUBWRKSRC:Q}