summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-07 17:09:03 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-07 17:09:03 +0000
commit28d88528b52899b8af2895b3fbc039642e2be7a1 (patch)
treecd5924ee20abbeeeb2924e89dea39f90f5792f09 /benchmarks
parent5579996093052319a08213541870fd023f7e0c02 (diff)
downloadpkgsrc-28d88528b52899b8af2895b3fbc039642e2be7a1.tar.gz
Fix stray 1.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/forkbomb/Makefile4
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"