diff options
author | joerg <joerg> | 2008-04-07 17:09:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-07 17:09:03 +0000 |
commit | e03fff6f1c03c97bf7e9397746a46bba4f2e8788 (patch) | |
tree | cd5924ee20abbeeeb2924e89dea39f90f5792f09 /benchmarks | |
parent | 23c99897ba99fa35f20fa08200900d1ea07e8529 (diff) | |
download | pkgsrc-e03fff6f1c03c97bf7e9397746a46bba4f2e8788.tar.gz |
Fix stray 1.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/forkbomb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile index 20cb8153948..ebd0a016517 100644 --- a/benchmarks/forkbomb/Makefile +++ b/benchmarks/forkbomb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/03 00:51:44 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2008/04/07 17:09:03 joerg Exp $ # DISTNAME= forkbomb-1.4 @@ -19,7 +19,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/forkbomb ${DESTDIR}${PREFIX}/bin - 1${INSTALL_MAN} ${WRKSRC}/forkbomb.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 + ${INSTALL_MAN} ${WRKSRC}/forkbomb.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 .include "../../devel/libgetopt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |