openbsd-ports/textproc/sgmlformat/patches/patch-af
2000-06-10 00:35:20 +00:00

20 lines
390 B
Plaintext

--- sgmlfmt/Makefile.orig Tue Jul 22 15:40:33 1997
+++ sgmlfmt/Makefile Sat Jun 10 02:31:14 2000
@@ -2,7 +2,7 @@
FILES= sgmlfmt
CLEANFILES= sgmlfmt
-MAN1= sgmlfmt.1
+MAN= sgmlfmt.1
all: sgmlfmt
@@ -11,6 +11,6 @@ sgmlfmt: sgmlfmt.pl
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${FILES} \
- ${BINDIR}
+ $(DESTDIR)${BINDIR}
.include <bsd.prog.mk>