diff options
author | joerg <joerg> | 2008-05-26 02:13:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-05-26 02:13:14 +0000 |
commit | 2374ca422f2eb8b46ed600c7bb21740b2865d899 (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /devel/pcre-ocaml | |
parent | ef56178a4a7ad8f02178aa72c5c4a4567ade918b (diff) | |
download | pkgsrc-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 'devel/pcre-ocaml')
-rw-r--r-- | devel/pcre-ocaml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pcre-ocaml/Makefile b/devel/pcre-ocaml/Makefile index 455ecd9df80..0cb1d3879b3 100644 --- a/devel/pcre-ocaml/Makefile +++ b/devel/pcre-ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/03/04 11:02:24 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:17 joerg Exp $ # DISTNAME= pcre-ocaml-5.11.2 @@ -14,7 +14,7 @@ DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib .include "../../mk/bsd.prefs.mk" -USE_TOOLS+= gmake +USE_TOOLS+= gmake pax .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") PLIST_SRC= PLIST PLIST.opt @@ -26,7 +26,7 @@ EGDIR= ${PREFIX}/share/examples/pcre-ocaml INSTALLATION_DIRS= ${EGDIR} post-install: - cd ${WRKSRC}/examples && ${PAX} -rw -pm . ${EGDIR} + cd ${WRKSRC}/examples && pax -rw -pm . ${EGDIR} .include "../../devel/pcre/buildlink3.mk" .include "../../lang/ocaml/buildlink3.mk" |