1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/netpbm/files/patch-ba
Will Andrews 332e0da68a Update to 9.4.
PR:		19149
Submitted by:	pseudo-maintainer
2000-06-09 23:49:42 +00:00

13 lines
427 B
Plaintext

--- GNUmakefile.orig Mon Jun 5 13:30:53 2000
+++ GNUmakefile Sat Jun 10 00:00:00 2000
@@ -116,8 +116,7 @@
.PHONY: install.hdr
install.hdr:
./mkinstalldirs $(INSTALLHDRS)
- $(INSTALL) -c -m$(INSTALL_PERM_HDR) pbmplus.h $(INSTALLHDRS)
- $(INSTALL) -c -m$(INSTALL_PERM_HDR) shhopt/shhopt.h $(INSTALLHDRS)
+ ${BSD_INSTALL_DATA} pbmplus.h $(INSTALLHDRS)
for i in $(SUBDIRS) ; do \
$(MAKE) -C $$i install.hdr ; \
done