summaryrefslogtreecommitdiff
path: root/editors/rox-edit
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit2374ca422f2eb8b46ed600c7bb21740b2865d899 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /editors/rox-edit
parentef56178a4a7ad8f02178aa72c5c4a4567ade918b (diff)
downloadpkgsrc-2374ca422f2eb8b46ed600c7bb21740b2865d899.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 'editors/rox-edit')
-rw-r--r--editors/rox-edit/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile
index 0ee89ce4f2f..77f6659d7fd 100644
--- a/editors/rox-edit/Makefile
+++ b/editors/rox-edit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/03/03 18:25:53 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2008/05/26 02:13:18 joerg Exp $
#
DISTNAME= edit-2.0
@@ -14,6 +14,8 @@ COMMENT= Simple text editor for ROX
DEPENDS+= rox-lib>=2.0.2nb2:../../devel/rox-lib
+USE_TOOLS+= pax
+
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME}/Edit
@@ -36,7 +38,7 @@ post-patch:
@${RM} -f ${WRKSRC}/.cvsignore
do-install:
- cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/share/rox/Edit
+ cd ${WRKSRC} && pax -rw . ${DESTDIR}${PREFIX}/share/rox/Edit
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"