summaryrefslogtreecommitdiff
path: root/chat/tkabber
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit322586ec7e056266c541d642423c9aca509f0329 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /chat/tkabber
parent3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff)
downloadpkgsrc-322586ec7e056266c541d642423c9aca509f0329.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/tkabber')
-rw-r--r--chat/tkabber/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/tkabber/Makefile b/chat/tkabber/Makefile
index eb13cd7d94b..93175262fb6 100644
--- a/chat/tkabber/Makefile
+++ b/chat/tkabber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/03/08 18:57:38 reed Exp $
+# $NetBSD: Makefile,v 1.2 2008/05/26 02:13:16 joerg Exp $
#
# TODO: gnupg support, ssl support, others
@@ -15,7 +15,7 @@ DEPENDS+= tcllib-[0-9]*:../../devel/tcllib
DEPENDS+= bwidget>=1.8.0:../../x11/bwidget
NO_BUILD= yes
-USE_TOOLS+= wish:run
+USE_TOOLS+= pax wish:run
EGDIR= ${PREFIX}/share/examples/tkabber
DATADIR= ${PREFIX}/share/tkabber
@@ -39,9 +39,9 @@ EXTRA_FILES= AUTHORS README COPYING INSTALL ChangeLog
do-install:
${INSTALL_DATA} ${WRKSRC}/*.tcl ${DATADIR} #${WRKSRC}/*.xrdb ${DATADIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${EXTRA_FILES} ${DOCDIR}
- cd ${WRKSRC}/examples && ${PAX} -rw -pm . ${EGDIR}
+ cd ${WRKSRC}/examples && pax -rw -pm . ${EGDIR}
.for i in ${SUBDIRS}
- cd ${WRKSRC} && ${PAX} -rw -pm ${i} ${DATADIR}
+ cd ${WRKSRC} && pax -rw -pm ${i} ${DATADIR}
.endfor
# TODO This must be a CLASS
${SED} -e "s,@WISH@,${WISH}," \