summaryrefslogtreecommitdiff
path: root/print/rtf2latex2e
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 /print/rtf2latex2e
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 'print/rtf2latex2e')
-rw-r--r--print/rtf2latex2e/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/rtf2latex2e/Makefile b/print/rtf2latex2e/Makefile
index 40bd263e25b..d7229182de3 100644
--- a/print/rtf2latex2e/Makefile
+++ b/print/rtf2latex2e/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/02/03 02:49:19 reed Exp $
+# $NetBSD: Makefile,v 1.3 2008/05/26 02:13:23 joerg Exp $
#
# fix install so it uses ${prefix}
@@ -20,6 +20,8 @@ CONFIGURE_DIRS= Unix
GNU_CONFIGURE= yes
MAKE_ENV+= INSTALL_DIR=${PREFIX}/share/rtf2latex2e
+USE_TOOLS+= pax
+
INSTALLATION_DIRS+= bin share/doc/rtf2latex2e share/rtf2latex2e
do-install:
@@ -27,7 +29,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/rtf2latex2e/
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rtf2latex2e/
${INSTALL_DATA} ${WRKSRC}/doc/rtf2LaTeX2eDoc.html ${PREFIX}/share/doc/rtf2latex2e/
- cd ${WRKSRC} && ${PAX} -rw pref ${PREFIX}/share/rtf2latex2e
+ cd ${WRKSRC} && pax -rw pref ${PREFIX}/share/rtf2latex2e
# install other docs and examples too?