1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
freebsd-ports/graphics/netpbm/files/patch-GNUmakefile
Ying-Chieh Liao 83b73d5614 upgrade to 10.2
PR:		39482
Submitted by:	Ports Fury
2002-06-19 20:21:21 +00:00

12 lines
380 B
Plaintext

--- GNUmakefile.orig Fri Jun 14 11:57:11 2002
+++ GNUmakefile Tue Jun 18 00:00:00 2002
@@ -236,7 +236,7 @@
install.hdr: $(PKGDIR)/include
$(MAKE) -C lib -f $(SRCDIR)/lib/Makefile \
SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) install.hdr
- $(INSTALL) -c -m $(INSTALL_PERM_HDR) \
+ ${BSD_INSTALL_DATA} \
$(SRCDIR)/pm_config.h $(PKGDIR)/include
ifeq ($(STATICLIB_TOO),y)