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 | 7e8d73a2f828db9d35f29b49764e35728972ce24 (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /security/tripwire | |
parent | f46dfbfa33d3c97ae7eb4dca75789144f99079a7 (diff) | |
download | pkgsrc-7e8d73a2f828db9d35f29b49764e35728972ce24.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/tripwire')
-rw-r--r-- | security/tripwire/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 17baefb38f1..aa7cf7b6a56 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/02/28 11:58:49 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2008/05/26 02:13:23 joerg Exp $ # DISTNAME= tripwire-1.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cerias.purdue.edu/about/history/coast/coast-library.html COMMENT= File and directory integrity checker +USE_TOOLS+= pax + ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* SunOS-*-* PKG_SYSCONFSUBDIR= tripwire @@ -20,7 +22,7 @@ CONF_FILES= ${EGDIR}/tripwire.conf ${PKG_SYSCONFDIR}/tripwire.conf AUTO_MKDIRS= yes post-extract: - cd ${WRKDIR} && ${PAX} -O -rf T1.2.tar + cd ${WRKDIR} && pax -O -rf T1.2.tar ${CP} ${FILESDIR}/conf-${LOWER_OPSYS}.h ${WRKSRC}/configs pre-configure: |