diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 06:03:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 06:03:02 +0000 |
commit | 8b0b49e07052b856173d78bb9f4fa7ddb100ec11 (patch) | |
tree | 641871c31ea35497f757dd9ad71ff2470d52b85a /security/tripwire | |
parent | eb0e9f0237ee25247f5c486c98a8e7d3b8a88df0 (diff) | |
download | pkgsrc-8b0b49e07052b856173d78bb9f4fa7ddb100ec11.tar.gz |
pax -> ${PAX}
Diffstat (limited to 'security/tripwire')
-rw-r--r-- | security/tripwire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 2f8de540987..576481416d0 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/09 10:46:55 agc Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/05 06:03:02 wiz Exp $ # DISTNAME= tripwire-1.2 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.purdue.edu/coast/coast-library.html post-extract: - (cd ${WRKDIR}; /bin/pax -r < T1.2.tar) + (cd ${WRKDIR}; ${PAX} -r < T1.2.tar) ${CP} ${FILESDIR}/conf-${LOWER_OPSYS}.h ${WRKSRC}/configs post-patch: |