diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 08:33:29 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 08:33:29 +0000 |
commit | 3fe58d369b481c4eb5414c814c68b2eb3ec09cf4 (patch) | |
tree | 4fda230c4384aa77ac7678bef3c3874bbaffcea5 /security/tripwire12 | |
parent | b63246e2561b712912a9c46325496f5f8e7d11b8 (diff) | |
download | FreeBSD-ports-3fe58d369b481c4eb5414c814c68b2eb3ec09cf4.zip FreeBSD-ports-3fe58d369b481c4eb5414c814c68b2eb3ec09cf4.tar.gz |
work -> ${WRKDIR}
Diffstat (limited to 'security/tripwire12')
-rw-r--r-- | security/tripwire12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile index 7d29d41..e0a5e03 100644 --- a/security/tripwire12/Makefile +++ b/security/tripwire12/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Mar 1997 # Whom: Joe Greco <jgreco@ns.sol.net> # -# $Id: Makefile,v 1.2 1997/04/03 23:09:49 jgreco Exp $ +# $Id: Makefile,v 1.3 1998/04/07 17:42:21 jgreco Exp $ # DISTNAME= tripwire-1.2 @@ -20,7 +20,7 @@ NO_PACKAGE= "requires local database to be built" RESTRICTED= "contains crypto class algorithms" post-extract: - @ (cd work; tar xf T1.2.tar) + @ (cd ${WRKDIR}; tar xf T1.2.tar) pre-configure: @ ${CP} ${FILESDIR}/conf-freebsd2.h ${WRKSRC}/configs |