diff options
author | garbled <garbled> | 1998-09-06 21:12:41 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-06 21:12:41 +0000 |
commit | 6d05ac725ba517f16e80eba8b7f0729f3d88064a (patch) | |
tree | 44ef9c9a68aef8fbed4ed8d2eab13c252265ca4b /benchmarks/paranoia | |
parent | a90ca5e1f9175c08211c01155b45e1293459edcd (diff) | |
download | pkgsrc-6d05ac725ba517f16e80eba8b7f0729f3d88064a.tar.gz |
Make this pkg honor WRKOBJSRC, pointed out by Thorsten.
Diffstat (limited to 'benchmarks/paranoia')
-rw-r--r-- | benchmarks/paranoia/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/benchmarks/paranoia/Makefile b/benchmarks/paranoia/Makefile index 7b0af5965d6..466f3831380 100644 --- a/benchmarks/paranoia/Makefile +++ b/benchmarks/paranoia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/30 19:38:57 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/06 21:12:41 garbled Exp $ DISTNAME= paranoia PKGNAME= paranoia-960101 @@ -9,10 +9,9 @@ EXTRACT_SUFX= .c MAINTAINER= root@garbled.net NO_WRKSUBDIR= yes - -do-extract: - ${MKDIR} ${WRKSRC} - ${CP} ${DISTDIR}/paranoia.c ${WRKSRC}/paranoia.c +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= #empty +EXTRACT_AFTER_ARGS= ${WRKSRC} do-build: (cd ${WRKSRC} ; cc -o paranoia paranoia.c -lm) |