summaryrefslogtreecommitdiff
path: root/graphics/vnc2swf
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 /graphics/vnc2swf
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 'graphics/vnc2swf')
-rw-r--r--graphics/vnc2swf/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/vnc2swf/Makefile b/graphics/vnc2swf/Makefile
index 62d432e709c..7b92bde1904 100644
--- a/graphics/vnc2swf/Makefile
+++ b/graphics/vnc2swf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/02/15 13:33:20 obache Exp $
+# $NetBSD: Makefile,v 1.11 2008/05/26 02:13:20 joerg Exp $
#
DISTNAME= vnc2swf-0.5.0
@@ -22,6 +22,8 @@ DEPENDS+= xwininfo-[0-9]*:../../x11/xwininfo
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+USE_TOOLS+= pax
+
INSTALLATION_DIRS= bin lib/X11/app-defaults share/doc/html/vnc2swf
SUBST_CLASSES+= x11base
@@ -41,7 +43,7 @@ SUBST_SED.toolpath= -e "s|VNC2SWF=vnc2swf|VNC2SWF=${PREFIX}/bin/vnc2swf|" \
post-install:
${INSTALL_DATA} ${WRKSRC}/Vnc2Swf.ad ${DESTDIR}${PREFIX}/lib/X11/app-defaults/Vnc2Swf
cd ${WRKSRC}/docs && \
- ${PAX} -rw -pp -pm . ${DESTDIR}${PREFIX}/share/doc/html/vnc2swf
+ pax -rw -pp -pm . ${DESTDIR}${PREFIX}/share/doc/html/vnc2swf
.include "../../devel/zlib/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"