diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
commit | 3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /security/snortsnarf | |
parent | 7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff) | |
download | pkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.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 'security/snortsnarf')
-rw-r--r-- | security/snortsnarf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile index eec3f0533ae..1c38de65926 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/22 09:22:14 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2008/05/26 02:13:23 joerg Exp $ # DISTNAME= SnortSnarf-050314.1 @@ -14,7 +14,7 @@ DEPENDS+= p5-Time>=101.062101:../../time/p5-Time NO_BUILD= YES -USE_TOOLS+= perl:run +USE_TOOLS+= pax perl:run REPLACE_PERL= snortsnarf.pl include/ann_xml.pl include/web_utils.pl \ include/xml_help.pl @@ -29,7 +29,7 @@ INSTALLATION_DIRS= bin do-install: ${INSTALL_SCRIPT} ${WRKSRC}/snortsnarf.pl ${PREFIX}/bin/snortsnarf.pl ${INSTALL_DATA_DIR} ${PREFIX}/share/snortsnarf - cd ${WRKSRC}/include && ${PAX} -rw -pm * ${PREFIX}/share/snortsnarf + cd ${WRKSRC}/include && pax -rw -pm * ${PREFIX}/share/snortsnarf ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snortsnarf ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/snortsnarf ${INSTALL_DATA} ${WRKSRC}/Usage ${PREFIX}/share/doc/snortsnarf |