freebsd-ports/graphics/tiff/files/patch-ad
Dirk Meyer 66a6d69d69 - Update to 3.6.0
PR:		57805
Submitted by:	tkato@prontomail.com
2003-10-12 06:12:40 +00:00

26 lines
846 B
Text

--- man/Makefile.in.orig Sat Oct 4 20:43:16 2003
+++ man/Makefile.in Wed Oct 8 00:22:56 2003
@@ -354,9 +354,8 @@
${ECHO} 'install:'; \
for i in *.1; do \
f=${MANAPPNAME}; \
- ${ECHO} ' cd ..; ${INSTALL} -m 444 \
- -F $${DESTDIR}${MAN}/${MANAPPS} \
- -idb tiff.man.tools -src' apps/"$$i" '-O' "$$f"; \
+ ${ECHO} ' ${BSD_INSTALL_MAN}' \
+ $$i $${DESTDIR}${MAN}/${MANAPPS}/$$f; \
done \
)>apps/Makefile
lib/Makefile:
@@ -367,9 +366,8 @@
${ECHO} 'install:'; \
for i in *.3t; do \
f=${MANLIBNAME}; \
- ${ECHO} ' cd ..; ${INSTALL} -m 444 \
- -F $${DESTDIR}${MAN}/${MANLIB} \
- -idb tiff.man.dev -src' lib/"$$i" '-O' "$$f"; \
+ ${ECHO} ' ${BSD_INSTALL_MAN}' \
+ $$i $${DESTDIR}${MAN}/${MANLIB}/$$f; \
done \
)>lib/Makefile