diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 08:33:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 08:33:29 +0000 |
commit | 4e161a02daa3e93b7f50650c1329e0df92f90948 (patch) | |
tree | 152ca24e58eebed13e43a4762533496fa8094b8e /security/tripwire12 | |
parent | 91d180e5ff9860795a7cf13f4a0effe292cd1053 (diff) | |
download | ports-4e161a02daa3e93b7f50650c1329e0df92f90948.tar.gz ports-4e161a02daa3e93b7f50650c1329e0df92f90948.zip |
Notes
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 7d29d419de76..e0a5e03b344f 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 |