From 4e161a02daa3e93b7f50650c1329e0df92f90948 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 1 Dec 1998 08:33:29 +0000 Subject: work -> ${WRKDIR} --- security/tripwire-131/Makefile | 4 ++-- security/tripwire/Makefile | 4 ++-- security/tripwire12/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/tripwire-131/Makefile b/security/tripwire-131/Makefile index 7d29d419de76..e0a5e03b344f 100644 --- a/security/tripwire-131/Makefile +++ b/security/tripwire-131/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Mar 1997 # Whom: Joe Greco # -# $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 diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 7d29d419de76..e0a5e03b344f 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Mar 1997 # Whom: Joe Greco # -# $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 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 # -# $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 -- cgit v1.2.3