openbsd-ports/sysutils/fsstress/patches/patch-Makefile
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

12 lines
314 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1 2011/06/23 22:50:29 naddy Exp $
--- Makefile.orig Thu Jun 23 08:34:40 2011
+++ Makefile Thu Jun 23 08:34:54 2011
@@ -6,5 +6,7 @@ SRCS= fsstress.c
CFLAGS+= -Wall -Wstrict-prototypes -I${.CURDIR}/../fsstress
.PATH: ${.CURDIR}/../fsstress
+NOMAN= yes
+
.include <bsd.prog.mk>