openbsd-ports/textproc/sgmlformat/patches/patch-instant_Makefile
jasper af001022d0 - use our naming scheme for patches
- regen patch-transpec_Makefile
2007-10-26 21:29:30 +00:00

13 lines
352 B
Plaintext

$OpenBSD: patch-instant_Makefile,v 1.1 2007/10/26 21:29:30 jasper Exp $
--- instant/Makefile.orig Wed Jul 16 18:42:34 1997
+++ instant/Makefile Fri Oct 26 23:26:36 2007
@@ -8,7 +8,6 @@ SRCS+= sgmls.c
CFLAGS+=-DTRANSPEC_DIR=\"${TRANSPEC_DIR}\"
LDADD= -lcompat
-MAN1= instant.1
-MAN5= transpec.5
+MAN= instant.1 transpec.5
.include <bsd.prog.mk>